Skip to content

Commit

Permalink
Ignore py 1.11.0 vulnerability issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bgervan committed Aug 20, 2023
1 parent 4fcc59a commit c0a7fbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ security: # configuration for the `safety check` command
ignore-cvss-unknown-severity: False # True or False. We recommend you set this to False.
ignore-vulnerabilities: # Here you can list multiple specific vulnerabilities you want to ignore (optionally for a time period)
# We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore.
25853: # Example vulnerability ID
reason: we don't use the vulnerable function # optional, for internal note purposes to communicate with your team. This reason will be reported in the Safety reports
expires: '2022-10-21' # datetime string - date this ignore will expire, best practice to use this variable
51457: # Example vulnerability ID
reason: "It's not going to be solved soon: https://github.com/pytest-dev/py/issues/287" # optional, for internal note purposes to communicate with your team. This reason will be reported in the Safety reports
expires: '2023-11-01' # datetime string - date this ignore will expire, best practice to use this variable
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.
alert: # configuration for the `safety alert` command
security:
Expand Down

0 comments on commit c0a7fbc

Please sign in to comment.