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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,9 @@ security: # configuration for the `safety check` command
10
10
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
11
11
70612: # Example vulnerability ID
12
12
reason: we don't use jinja2 from_string
13
+
76170:
14
+
reason: Temporary ignore while upgrading Python versions and dropping 3.8 support
15
+
expires: '2025-10-31'
13
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.
14
17
alert: # configuration for the `safety alert` command
0 commit comments