Skip to content

Commit

Permalink
Update safety policy
Browse files Browse the repository at this point in the history
  • Loading branch information
surajpaib committed Jun 13, 2024
1 parent b16851b commit d8d8574
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .safety-policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ 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.
51457: # Example vulnerability ID
reason: 'This is a dependency of pytest-htnk, look here for more info:https://github.com/pytest-dev/pytest-html/issues/350' # optional, for internal note purposes to communicate with your team. This reason will be reported in the Safety reports
expires: '2023-12-31' # 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.
70612:
reason: "https://data.safetycli.com/v/70612/97c/"
expires: '2025-12-31' # datetime string - date this ignore will expire, best practice to use this variable
continue-on-vulnerability-error: True # 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:
# Configuration specific to Safety's GitHub Issue alerting
Expand Down

0 comments on commit d8d8574

Please sign in to comment.