You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .snyk
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ ignore: {}
3
3
patch: {}
4
4
exclude:
5
5
global:
6
-
# includes our unit tests which include hard coded passwords and encrypting keys for testing purposes.
6
+
# exclude unit tests which contain hard coded passwords and encrypting keys for testing purposes.
7
7
- spec/
8
-
# includes the source code to local exploits and utilities which have to be written in a particular way to exploit the vulnerabilities that we're targeting.
8
+
# exclude the source code to local exploits and utilities which have to be written in a particular way to exploit the vulnerabilities that we're targeting.
0 commit comments