Skip to content

Commit

Permalink
ignore CVE-2022-42969 for safety
Browse files Browse the repository at this point in the history
the py lib which has the issue is used by tox 3
but tox does not use the part of the lib which is affected
tox-dev/tox#2524

pytest was updated to 7.2 prior to remove py lib
  • Loading branch information
Cielquan committed Nov 29, 2022
1 parent eeadbde commit f1731f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -41,7 +41,7 @@ repos:
rev: 8131ecce7c746aa3c0f8ebb453a6df1e0f62b8b5 # frozen: v1.3.0
hooks:
- id: python-safety-dependencies-check
args: ["--full-report"]
args: ["--full-report", "--ignore=51457"]
files: pyproject.toml
exclude: testing

Expand Down

0 comments on commit f1731f3

Please sign in to comment.