Skip to content

Commit

Permalink
Merge pull request #99 from Privado-Inc/sink-skip-list
Browse files Browse the repository at this point in the history
Add support to exclude the privacy-sinks
  • Loading branch information
khemrajrathore authored Nov 21, 2022
2 parents cd4949b + 9e0e291 commit 29e3922
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
10 changes: 10 additions & 0 deletions config/sinkSkipList/java.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
sinkSkipList:
- id: SinkSkipList.ThirdParties
name: Skip Third Party Sinks
patterns:
- "(?i)(android\\.|javax\\.|androidx\\.|com.sun.jna|com.sun.tools|sun.management|org.apache.kafka|okhttp3\\.|io.grpc\\.|io.netty\\.|org.apache.http\\.|org.json|org.junit\\.|org.apache.commons\\.|org.apache.tomcat|org.springframework\\.|tools.fastlane\\.|com.fasterxml.jackson\\.|com.alibaba.fastjson\\.|org.apache.hadoop\\.|org.apache.giraph\\.|org.javatuples\\.|org.antlr\\.|junit.framework\\.|io.reactivex\\.|com.bumptech.glide|com.google.protobuf|com.google.testing|com.google.common.*|com.google.android\\.|com.google.protobuf\\.|reactor.core\\.|io.grpc\\.).*"

- id: SinkSkipList.BuiltInLib
name: Skip built in language libraries
patterns:
- "(?i)(<empty>|iterator|assert|void\\.|int|byte|java\\.|ANY\\.|<operator>\\.|<operators>\\.|<unresolvedNamespace.*>.).*"
13 changes: 0 additions & 13 deletions rules/sinks/third_parties/sdk/nimbusds/java.yaml

This file was deleted.

0 comments on commit 29e3922

Please sign in to comment.