Feature 5676: Update vulnerability detection docs to include OVAL vulnerability detection.#6451
Merged
juan-fdz-hawa merged 3 commits intomainfrom Jul 4, 2022
Conversation
…nerability detection.
Contributor
Author
|
This doc edit references changes introduced in the following PRs: |
chiiph
reviewed
Jul 1, 2022
chiiph
reviewed
Jul 1, 2022
|
|
||
| ### Browser plugins | ||
| - macOS, Windows, Linux | ||
| - macOS, Windows |
Contributor
There was a problem hiding this comment.
Not sure I understand why this item is in here. Does it mean "we only check for plugins in macOS and Windows"?
Contributor
Author
There was a problem hiding this comment.
That's a very good question!
OVAL definitions only test things installed via the package manager (rpm, apt, etc) - so, at least on Ubuntu, we will be only targeting a small subset of those - if we want to scan for browser plugins on Linux using the NVD dataset we just need to change this
From:
CPEs, err := ds.ListSoftwareCPEs(ctx, oval.SupportedHostPlatforms)
To:
// Exclude Linux package sources: rpm, deb, ...
CPEs, err := ds.ListSoftwareCPEs(ctx, oval.SupportedSources)
chiiph
reviewed
Jul 1, 2022
Mac OS => macOS Co-authored-by: Tomas Touceda <chiiph@gmail.com>
Add missing distro Co-authored-by: Tomas Touceda <chiiph@gmail.com>
lucasmrod
approved these changes
Jul 4, 2022
DominusKelvin
pushed a commit
that referenced
this pull request
Jul 5, 2022
…nerability detection. (#6451) Update vulnerability detection docs to include OVAL vulnerability detection.
Desmi-Dizney
added a commit
that referenced
this pull request
Jul 6, 2022
…clude OVAL vulnerability detection Editor pass for: - #6451
7 tasks
Contributor
|
Editor pass completed on: |
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.
#5676
Updated the docs related to Vulnerability detection to include the work we have been doing related to OVAL.