Files
flaskpaste/requirements.txt
Username 66d7948073
All checks were successful
CI / Security Scan (push) Successful in 20s
CI / Lint & Format (push) Successful in 22s
CI / Advanced Security Tests (push) Successful in 17s
CI / Memory Leak Check (push) Successful in 21s
CI / Security Tests (push) Successful in 26s
CI / Unit Tests (push) Successful in 34s
CI / Fuzz Testing (push) Successful in 25s
CI / SBOM Generation (push) Successful in 19s
CI / Build & Push Image (push) Successful in 42s
CI / Harbor Vulnerability Scan (push) Successful in 33s
containerfile: consolidate security pins in requirements.txt
2026-01-20 08:20:55 +01:00

18 lines
304 B
Plaintext

# Core
flask>=3.0
# Security & Rate Limiting
flask-limiter>=3.5
# Observability (optional, for /metrics endpoint)
prometheus-flask-exporter>=0.23
# PKI support (optional)
cryptography>=42.0
# Security fixes (transitive dependency pins)
pip>=25.3
urllib3>=2.6.3
jaraco.context>=6.1.0
setuptools>=80.0