Merge branch 'gitlab-ci-fix-pip-audit' into 'master'

gitlab-ci: make pip_audit ignore CVE-2026-4539

See merge request fdroid/fdroidserver!1803
This commit is contained in:
Hans-Christoph Steiner
2026-03-26 19:18:22 +00:00

View File

@@ -350,6 +350,7 @@ pip-audit:
- python3 -m pip_audit -f json | python3 -m json.tool --indent=2 || true
# then print human readable summary
- python3 -m pip_audit
--ignore-vuln CVE-2026-4539
# Check all the dependencies in Debian to mirror production. CVEs are
# generally fixed in the latest versions in pip/pypi.org, so it isn't