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: .safety-policy.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,9 @@ security: # configuration for the `safety check` command
8
8
ignore-cvss-unknown-severity: False # True or False. We recommend you set this to False.
9
9
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
10
10
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
11
-
45185:
12
-
reason: dev dependency, remedy will require dropping support for python 3.6
11
+
53269:
12
+
reason: dev dependency
13
13
#expires: '2022-10-21' # datetime string - date this ignore will expire, best practice to use this variable
14
+
51499:
15
+
reason: dev dependency
14
16
continue-on-vulnerability-error: False # Suppress non-zero exit codes when vulnerabilities are found. Enable this in pipelines and CI/CD processes if you want to pass builds that have vulnerabilities. We recommend you set this to False.
0 commit comments