Skip to content

Commit 1e2e0a5

Browse files
fix: Add CVE-2026-4539 to the list of ignored vulnerabilities in noxfile (#508)
1 parent e59a5db commit 1e2e0a5

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
@@ -160,6 +160,8 @@ def audit(session: nox.Session) -> None:
160160
"CVE-2025-53000", # no fix available
161161
"--ignore-vuln",
162162
"CVE-2025-69872", # no fix available
163+
"--ignore-vuln",
164+
"CVE-2026-4539", # no fix available
163165
)
164166
except CommandFailed:
165167
_format_json_with_jq(session, "reports/vulnerabilities.json")

0 commit comments

Comments
 (0)