docs(security): CVE multi-scanner report refresh after v2.31.0 - #62
Draft
cursor[bot] wants to merge 1 commit into
Draft
docs(security): CVE multi-scanner report refresh after v2.31.0#62cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Re-run Trivy/Grype/Syft/osv-scanner/Dockle/Dive against post-#61 main. No pyproject.toml bumps available (diskcache still unfixed on PyPI). Co-authored-by: Dhar Rawal <drawal1@users.noreply.github.com>
4 tasks
Reviewer's GuideThis PR refreshes the multi-scanner CVE automation outputs after v2.31.0, updating the OpenVEX file and adding tracked HTML reports and documentation for security scan artifacts, without changing runtime code or dependencies. Flow diagram for updated multi-scanner CVE automation reportsflowchart TD
Developer[Developer] --> Make_security_scan[make security-scan]
Make_security_scan --> Syft[Syft]
Make_security_scan --> Trivy[Trivy]
Make_security_scan --> Grype[Grype]
Make_security_scan --> Osv_scanner[osv-scanner]
Make_security_scan --> Dockle[Dockle]
Make_security_scan --> Dive[Dive]
Syft --> Security_reports_dir[security-reports/ JSON+SBOM]
Trivy --> Security_reports_dir
Grype --> Security_reports_dir
Osv_scanner --> Security_reports_dir
Dockle --> Security_reports_dir
Dive --> Security_reports_dir
Make_security_scan --> Openvex_file[security/vex/fastworkflow.openvex.json]
Openvex_file --> Trivy
Openvex_file --> Grype
Make_security_scan --> Cve_report_html[security/reports/cve-report.html]
Make_security_scan --> Human_review_html[security/reports/human-review.html]
Security_reports_dir -.gitignored artifacts.-> Developer
Cve_report_html --> Developer
Human_review_html --> Developer
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Post-merge refresh of the multi-scanner CVE automation after PR #61 (v2.31.0 — speedict→sqlite3, Python 3.13+).
Scanner coverage
Ran Trivy, Grype, Syft, osv-scanner, Dockle, and Dive. Snyk and Docker Scout were skipped (missing
SNYK_TOKEN/ Docker Hub login).Easy
pyproject.tomlfixesNone. Full OSV sweep of 141 locked PyPI packages found only
diskcache==5.6.3(CVE-2025-69872 / GHSA-w8v5-vhqr-4h9v / PYSEC-2026-2447), and PyPI still has no patched release.Artifacts
security/reports/cve-report.html— consolidated scanner statussecurity/reports/human-review.html— FIX/IGNORE recommendations with rationale (all IGNORE for current findings)security/vex/fastworkflow.openvex.json— re-verified OpenVEX for diskcache (version 3)Proxy image note
Dockle/Dive/Trivy-image used
python:3.13-slim-bookworm(aligned with the new runtime floor). Distro CVEs there are not product findings — this repo ships as a PyPI package and has no first-party Dockerfile.Test plan
poetry.lockSNYK_TOKEN/docker loginwhen credentials are availableSummary by Sourcery
Add refreshed CVE multi-scanner security reports and documentation for the current dependency graph and runtime floor.
Enhancements:
Documentation:
Chores: