docs(security): refresh CVE reports after v3.1.0 - #67
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
Re-run Trivy/Grype/Syft/osv-scanner (+ Dockle/Dive on proxy image) after PR #66. Still only diskcache CVE-2025-69872 with no PyPI fix; bump OpenVEX to v5 and refresh tracked HTML reports. No pyproject.toml bumps available. Co-authored-by: Dhar Rawal <drawal1@users.noreply.github.com>
Reviewer's GuideThis PR refreshes the security documentation by regenerating multi-scanner CVE outputs post v3.1.0, adding two structured HTML reports for scanner results and human review, and updating the OpenVEX manifest to mark the remaining diskcache advisory as not_affected, with a short README explaining the report layout and artifacts. Flow diagram for refreshed multi-scanner CVE reporting and OpenVEX handlingflowchart LR
A[make_security_scan] --> B[Syft_Trivy_Grype_osv_scanner_Dockle_Dive]
B --> C[security-reports_JSON_SBOM]
C --> D[cve-report_html]
C --> E[human-review_html]
F[fastworkflow_openvex_json_v5] --> B
F --> E
D --> G[Security_docs_consumers]
E --> G
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
poetry.lockafter PR feat: v3.1.0 — lazy conversation labeling, off process shutdown (#65) #66 / v3.1.0.diskcache==5.6.3(CVE-2025-69872 / GHSA-w8v5-vhqr-4h9v); PyPI still has no patched release, so nopyproject.tomlbumps were possible.security/reports/.Reports
security/reports/cve-report.html— consolidated scanner statussecurity/reports/human-review.html— FIX/IGNORE recommendations with rationale (all IGNORE for diskcache + proxy-image findings)security/vex/fastworkflow.openvex.json— accepted not_affected for diskcacheTest plan
poetry.lock(141 packages)python:3.13-slim-bookworm(non-product)Summary by Sourcery
Refresh security reporting artifacts after v3.1.0 by re-running the multi-scanner CVE suite and updating human-reviewed vulnerability rationale and VEX status.
Documentation:
Chores: