We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6cc82 commit bef31d1Copy full SHA for bef31d1
1 file changed
noxfile.py
@@ -158,6 +158,8 @@ def audit(session: nox.Session) -> None:
158
"GHSA-4xh5-x5gv-qwph", # https://pyinstaller.org/en/stable/license.html
159
"--ignore-vuln",
160
"CVE-2025-53000", # no fix available
161
+ "--ignore-vuln",
162
+ "CVE-2026-0994", # no fix available
163
)
164
except CommandFailed:
165
_format_json_with_jq(session, "reports/vulnerabilities.json")
0 commit comments