Skip to content

Commit

Permalink
ignore check for CVE-2019-8341
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlerch committed Jun 3, 2024
1 parent 19e744c commit 914b302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,12 @@ commands =
commands =
poetry run pip install --upgrade pip
pre-commit run --all-files bandit
poetry run safety check --full-report -i 51457 -i 51499 -i 65213 -i 67599
poetry run safety check --full-report -i 51457 -i 51499 -i 65213 -i 67599 -i 70612
# Ignore 51457: we don't use SVN. <https://pyup.io/v/51457/f17/>
# Ignore 51499: we don't use the wheel CLI. <https://pyup.io/v/51499/f17/>
# Ignore 65213: we don't use this algorithm nor this arch
# Ignore 67599: see https://access.redhat.com/security/cve/CVE-2018-20225
# Ignore 70612: see https://access.redhat.com/security/cve/CVE-2019-8341


[flake8]
Expand Down

0 comments on commit 914b302

Please sign in to comment.