[Continuation of PR #179 ]Add SUSE parser for OVAL - #180
Closed
sbs2001 wants to merge 8 commits into
Closed
Conversation
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Collaborator
Author
|
Here are results of running every OVAL file from http://ftp.suse.com/pub/projects/security/oval/ through the parser Results obtained through https://colab.research.google.com/drive/1-NVbGwF80bYxzDYLXk5A4yvn0L-Qdgpe?usp=sharing We would be ignoring the ....patch.xml files because they are same as the normal ones. They also don't work as expected for the parser(some data is not captured) |
Collaborator
Author
|
This parser is also working for CentOS OVAL files |
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
…n oval_parser.py's getElementById method, also improve OvalExtractor's get_data method by checking for mathing_tests earlier Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
…blecode into suse_oval_parser
Collaborator
Author
|
Closed in favour of #181 |
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.
This is extension of #179 so it includes OVAL parser for ubuntu as well as SUSE.