Audit + correct the CVE registry (0.23.0) - #27
Merged
Conversation
Re-verified every _CVE_DB entry against NVD / GitHub Advisories. All 8 CVE IDs are genuine published advisories; two records had inaccuracies now fixed: - CVE-2025-3108 (llama-index-core): affected range was >=0.11.15,<0.12.41 but the published advisory is 0.12.27-0.12.40. Versions 0.11.15-0.12.26 were being flagged in error (false positive). Corrected to >=0.12.27,<0.12.41. - CVE-2025-48889 (gradio): summary claimed 'arbitrary file read / secret theft'; the advisory is an unauthorized file *copy* via path manipulation (DoS) — attackers cannot read the copied files. Corrected the summary; MITRE mapping T1552 -> T1499. The langchain-core (CVE-2025-68664, CVE-2026-44843) and gradio (CVE-2025-48889) advisories that the benchmark found pinned in real repos are all genuine and correctly ranged, so those findings stand. 642 tests, 100% coverage, corpus 1.000/1.000. Bumps 0.22.0 -> 0.23.0. Signed-off-by: AutonomyProof <info@autonomyproof.io>
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.
Re-verified every _CVE_DB entry against NVD/GitHub Advisories. All 8 CVE IDs are genuine. Fixed two inaccuracies: CVE-2025-3108 llama-index range (was flagging unaffected versions) and CVE-2025-48889 gradio summary/MITRE. 642 tests, corpus 1.000/1.000. Bumps 0.22.0->0.23.0.