docs(security): refresh multi-scanner CVE reports after #73 / v3.2.0 - #74
Draft
cursor[bot] wants to merge 1 commit into
Draft
docs(security): refresh multi-scanner CVE reports after #73 / v3.2.0#74cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Re-ran Trivy, Grype, Syft, osv-scanner, Dockle, and Dive against poetry.lock and a python:3.13-slim-bookworm proxy image. No easy pyproject.toml bumps: osv-scanner reports 0 fixable vulns; only diskcache 5.6.3 remains (no PyPI fix). Refresh tracked HTML reports and bump OpenVEX to version 7. Co-authored-by: Dhar Rawal <drawal1@users.noreply.github.com>
Reviewer's GuideThis documentation-only PR re-runs and records the multi-scanner security assessment after v3.2.0, updates the CVE and human-review HTML reports, and advances OpenVEX to version 7; no application code, dependency constraints, or product version are changed. Flow diagram for the v3.2.0 security report refreshflowchart LR
Release[v3.2.0 merge] --> Scan[Run multi-scanner CVE suite]
Scan --> Findings[Consolidate findings]
Findings --> Reports[Refresh CVE and human-review HTML reports]
Findings --> VEX[Update OpenVEX to version 7]
Reports --> Review[Human review: IGNORE current items]
VEX --> Clean[Trivy and Grype: 0 open matches]
Scan --> NoFix[osv-scanner: 0 vulnerabilities can be fixed]
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
Re-ran the multi-scanner CVE suite after the merge of #73 (v3.2.0) and refreshed the tracked security reports.
Scanner coverage
python:3.13-slim-bookworm)SNYK_TOKENunset), Docker Scout (Hub login required)Easy pyproject.toml fixes
None available this run. osv-scanner reports “0 vulnerabilities can be fixed.” The only remaining Python advisory is transitive
diskcache==5.6.3(CVE-2025-69872 / GHSA-w8v5-vhqr-4h9v / PYSEC-2026-2447) with no patched PyPI release (latest still 5.6.3).Prior remediation already on main (datasets ^5.0.1, security floors for litellm/multipart/starlette/cryptography/etc.) remains effective.
Changes in this PR
security/reports/cve-report.html(consolidated scanner status + findings)security/reports/human-review.html(FIX/IGNORE recommendations with rationale — all current items IGNORE)security/vex/fastworkflow.openvex.json) with post-feat: v3.2.0 — observability store, chatbot debug UI, and conversation-store consolidation #73 re-validation notesNotes
Supersedes the stale open refresh in #72 (post-#70). No product version bump — report/VEX docs only.
Summary by Sourcery
Refresh the security reports and OpenVEX record following the v3.2.0 multi-scanner re-scan.
Enhancements:
Documentation: