We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1641d49 commit 35ac791Copy full SHA for 35ac791
1 file changed
.github/workflows/security-reusable.yaml
@@ -58,7 +58,7 @@ jobs:
58
echo "🔍 Auditing $dir..."
59
cd $dir
60
uv export --format requirements-txt --no-hashes --no-dev > reqs.txt
61
- pip-audit -r reqs.txt --ignore-vuln CVE-2026-4539 # pygments ReDoS (low severity), no fix available yet
+ pip-audit -r reqs.txt
62
rm reqs.txt
63
cd - > /dev/null
64
done
0 commit comments