We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6998f58 commit 8b8bc16Copy full SHA for 8b8bc16
remediation-sdl.yaml
@@ -0,0 +1,10 @@
1
+# Example analysis remediation config
2
+methods:
3
+ # - method: org.slf4j.Logger.info:void(java.lang.String,java.lang.Object)
4
+ # tags:
5
+ # - key: category
6
+ # value: Sensitive Data Leak
7
+ - pattern: ".*"
8
+ tags:
9
+ - key: category
10
+ value: Sensitive Data Usage
0 commit comments