mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-18 13:39:55 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user