test: skip pygments vulnerability for now
This commit is contained in:
@@ -25,6 +25,9 @@ def test_pip_audit_no_vulnerabilities():
|
|||||||
This test will fail if any vulnerabilities are detected in the installed packages.
|
This test will fail if any vulnerabilities are detected in the installed packages.
|
||||||
Note: Document ignores here if vulnerabilities are acceptable.
|
Note: Document ignores here if vulnerabilities are acceptable.
|
||||||
|
|
||||||
|
pygments: CVE-2026-4539 - https://github.com/pygments/pygments/issues/3065
|
||||||
|
not considered a security vulnerability by pygments.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
# Get the project root directory
|
# Get the project root directory
|
||||||
project_root = Path(__file__).parent.parent
|
project_root = Path(__file__).parent.parent
|
||||||
@@ -34,8 +37,8 @@ def test_pip_audit_no_vulnerabilities():
|
|||||||
"pip_audit",
|
"pip_audit",
|
||||||
# "--format=json",
|
# "--format=json",
|
||||||
"--progress-spinner=off",
|
"--progress-spinner=off",
|
||||||
# "--ignore-vuln",
|
"--ignore-vuln",
|
||||||
# "CVE-2025-53000",
|
"CVE-2026-4539",
|
||||||
"--skip-editable",
|
"--skip-editable",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user