Skip to content

Commit bef31d1

Browse files
committed
chore: ignore CVE-2026-0994
1 parent 1a6cc82 commit bef31d1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

noxfile.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ def audit(session: nox.Session) -> None:
158158
"GHSA-4xh5-x5gv-qwph", # https://pyinstaller.org/en/stable/license.html
159159
"--ignore-vuln",
160160
"CVE-2025-53000", # no fix available
161+
"--ignore-vuln",
162+
"CVE-2026-0994", # no fix available
161163
)
162164
except CommandFailed:
163165
_format_json_with_jq(session, "reports/vulnerabilities.json")

0 commit comments

Comments
 (0)