No description
Find a file
enzo e22f416500
All checks were successful
Build and Release .deb / build-deb (push) Successful in 21s
feat(cve): filter actionable CVEs via Debian Security Tracker API
- Add filter_actionable_cves() that queries security-tracker.debian.org
- Cache API responses in /tmp/full-updater-cache/cve-api/
- Use ThreadPoolExecutor(max_workers=10) for parallel API calls
- cve_count now shows only actionable CVEs (with fixed_version)
- cve_total stored for info, shown as 'CVE: X (Y non corrigeables)'
2026-05-13 02:27:22 +02:00
.forgejo/workflows fix(ci): remove unsupported upload-artifact@v4, replace with ls 2026-05-13 00:50:02 +02:00
debian fix(debian): remove git and pct from Depends, not available on standard Debian 2026-05-13 01:02:23 +02:00
full_updater feat(cve): filter actionable CVEs via Debian Security Tracker API 2026-05-13 02:27:22 +02:00
scripts fix(scripts): add PYTHONPATH so venv finds full_updater module 2026-05-13 01:06:54 +02:00
.gitignore feat: add debian packaging, CI/CD and update script 2026-05-13 00:17:01 +02:00
build_deb.sh feat: add debian packaging, CI/CD and update script 2026-05-13 00:17:01 +02:00
README.md chore: add README to test CI trigger 2026-05-13 00:22:37 +02:00
requirements.txt Initial commit 2026-05-12 22:36:36 +02:00

# Full Updater