Fix NVD CVE 2.0 API: cveId -> cveIds query parameter (SelfHeal-verified) - #1
Open
KarloffsGhost wants to merge 1 commit into
Open
Fix NVD CVE 2.0 API: cveId -> cveIds query parameter (SelfHeal-verified)#1KarloffsGhost wants to merge 1 commit into
KarloffsGhost wants to merge 1 commit into
Conversation
NIST's Vulnerability API renamed this query parameter (cveId is deprecated, cveIds is current). This one-line fix was generated and verified by SelfHeal: applied to an isolated, network-disabled copy of this exact commit, compiled, and run against this repo's own test suite before and after (540 passed, 0 failed, both times, non-flaky across repeated runs). Full evidence -- byte hashes, test logs, the isolation config -- is on file at: https://github.com/KarloffsGhost/Selfheal/tree/main/validation/corpus/results/nvd_patchman_full_application_20260729T0330Z This commit is on a personal fork as a real, reproducible demonstration of that verified fix -- not a submission to the upstream project.
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.
NIST's Vulnerability API renamed a query parameter (cveId is deprecated, cveIds is current). This is a real, application-verified fix generated by SelfHeal, a pipeline that proves a fix is safe before applying it, rather than guessing.
What was actually verified, not just claimed:
Full evidence (the exact diff, file hashes, test logs, and isolation config) is on file here:
https://github.com/KarloffsGhost/Selfheal/tree/main/validation/corpus/results/nvd_patchman_full_application_20260729T0330Z
Note: this PR is against my own fork (KarloffsGhost/patchman), not the upstream urlongm/patchman project -- it's a real, reproducible demonstration of the verified fix, not a submission to the original maintainer.