diff --git a/.safety-policy.yml b/.safety-policy.yml index ed1136e..23542ec 100644 --- a/.safety-policy.yml +++ b/.safety-policy.yml @@ -6,5 +6,5 @@ security: # configuration for the `safety check` command # We recommend making use of the optional `reason` and `expires` keys for each vulnerability that you ignore. 70612: # jinja2 version 3.1.4 reason: No fixed version available, maintainer disputes it is a vuln - expires: '2024-10-20' # Bump if still applies + expires: '2025-01-20' # Bump if still applies 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