forked from cartsnitch/auth
6ac7350d75
- Add .github/workflows/ci.yml with build/push and deploy-dev/uat jobs - Add .grype.yaml with Python 3.12 CVE ignores Co-Authored-By: Paperclip <noreply@paperclip.ing>
5 lines
157 B
YAML
5 lines
157 B
YAML
ignore:
|
|
# Python 3.12 CVEs — only fixed in 3.13+, cannot upgrade major version safely
|
|
- vulnerability: CVE-2025-13836
|
|
- vulnerability: CVE-2026-4519
|