audit: Remove VuXML from audit and add OSV code#2558
Open
illuusio wants to merge 8 commits intofreebsd:mainfrom
Open
audit: Remove VuXML from audit and add OSV code#2558illuusio wants to merge 8 commits intofreebsd:mainfrom
illuusio wants to merge 8 commits intofreebsd:mainfrom
Conversation
7d2aaf5 to
1abc347
Compare
bdcab12 to
bb6e5b9
Compare
Remove VuXML from code and add OSV JSON code. Code makes sure that there should be drop-in placement compatibility. Update OSV-schema to official one As FreeBSD OSV database ain't yet release this commit is WIP and should not be merged.
Fixing testcases to work with OSV and some changes that had to be made to come along with real world.
Remove yxml as it no currently used anywhere. VuXML which was only user for yxml is replaced with OSVf which uses libucl.
Update completion that is does not contain vuln.xml anymore but correct freebsd-osv.json
Remove vuln.xml and replace with correct freebsd-osv.json
Remove vuln.xml and replace with correct freebsd-osv.json
Update manpages which contains vuln.xml with freebsd-osv.json
Replace VULNXML_SITE with OSVF_SITE in pkg.conf.sample
Contributor
Author
|
Rebased to latest version. Ported old VuXML tests as they were so they are converted form XML to JSON and all they pass. |
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.
Remove VuXML from code and add OSV JSON code. Code makes sure that there should be drop-in placement compatibility.
Before merging there should be ready:
pkg auditexternal/yxmlas it not anywhere thanpkg_audio.cTesting OSV database can be found from: freebsd-osv.json
As FreeBSD OSV database ain't yet release this commit is WIP and should not be merged.