Skip to content

Commit 8243d80

Browse files
committed
chore(deps): ignore CVE-2026-39373
1 parent 0843f78 commit 8243d80

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

noxfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def audit(session: nox.Session) -> None:
8787
ignore_vulns = [
8888
"CVE-2025-53000", # No fix for nbconvert yet
8989
"CVE-2026-4539", # No fix available
90+
"CVE-2026-39373", # No fix available
9091
]
9192
try:
9293
session.run(

0 commit comments

Comments
 (0)