Skip to content

Commit 9df6162

Browse files
committed
homework
1 parent 5235a5c commit 9df6162

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sast_suppressions.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Example analysis remediation config
22
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-
# tags:
9-
# - key: category
10-
# value: Sensitive Data Leak
3+
- method: io.shiftleft.controller.AdminController.isAdmin:boolean(java.lang.String)
4+
tags:
5+
- key: category
6+
value: Deserialization
7+
- pattern: .updateCustomer
8+
tags:
9+
- key: category
10+
value: Sensitive Data Leak

0 commit comments

Comments
 (0)