From d288a5f44fc1bc38bd518b5ba632282e62420a1d Mon Sep 17 00:00:00 2001 From: coldino Date: Mon, 6 Nov 2023 21:58:06 +0000 Subject: [PATCH] Ignore CVE 61416 We accept no user input to abuse this. --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7d5e8e0..5cc103c 100644 --- a/Pipfile +++ b/Pipfile @@ -31,7 +31,7 @@ psutil = "~=5.9.0" python_version = "3.10" [scripts] -check = "pipenv check -i 39253 -i 39621 -i 41002 -i 50916 -i 51457" +check = "pipenv check -i 39253 -i 39621 -i 41002 -i 50916 -i 51457 -i 61416" tests = "pytest --cov=. --cov-report=xml --no-cov-on-fail -m 'not uses_copyright_material'" tests-nogame = "pytest --cov=. --cov-report=xml --no-cov-on-fail -m 'not uses_copyright_material and not requires_game'" tests-nocov = "pytest -m 'not uses_copyright_material'"