Skip to content

Commit

Permalink
[SECURITY] Suppress unexercised CVE under pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoorenhs committed Dec 30, 2022
1 parent bf69a73 commit 3c468a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ do
pipenv run typecheck
;;
check-deps)
pipenv check
pipenv check \
--ignore 51457 # CVE-2022-42969 in unused code see https://github.com/pytest-dev/pytest/issues/10392
;;
validate)
./tasks check-format typecheck lint test
Expand Down

0 comments on commit 3c468a3

Please sign in to comment.