We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5235a5c commit 9df6162Copy full SHA for 9df6162
sast_suppressions.yaml
@@ -1,10 +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: Logger.debug
8
9
10
+ - method: io.shiftleft.controller.AdminController.isAdmin:boolean(java.lang.String)
+ tags:
+ - key: category
+ value: Deserialization
+ - pattern: .updateCustomer
+ value: Sensitive Data Leak
0 commit comments