Skip to content

Commit 35ac791

Browse files
committed
revert: keep security-reusable.yaml unchanged
1 parent 1641d49 commit 35ac791

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/security-reusable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
echo "🔍 Auditing $dir..."
5959
cd $dir
6060
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
61+
pip-audit -r reqs.txt
6262
rm reqs.txt
6363
cd - > /dev/null
6464
done

0 commit comments

Comments
 (0)