Skip to content

Feature 5676: Update vulnerability detection docs to include OVAL vulnerability detection.#6451

Merged
juan-fdz-hawa merged 3 commits intomainfrom
5676-document-where-the-oval-sources-come-from
Jul 4, 2022
Merged

Feature 5676: Update vulnerability detection docs to include OVAL vulnerability detection.#6451
juan-fdz-hawa merged 3 commits intomainfrom
5676-document-where-the-oval-sources-come-from

Conversation

@juan-fdz-hawa
Copy link
Copy Markdown
Contributor

@juan-fdz-hawa juan-fdz-hawa commented Jun 30, 2022

#5676

Updated the docs related to Vulnerability detection to include the work we have been doing related to OVAL.

@juan-fdz-hawa
Copy link
Copy Markdown
Contributor Author

Comment thread docs/Using-Fleet/Vulnerability-Processing.md Outdated

### Browser plugins
- macOS, Windows, Linux
- macOS, Windows
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure I understand why this item is in here. Does it mean "we only check for plugins in macOS and Windows"?

Copy link
Copy Markdown
Contributor Author

@juan-fdz-hawa juan-fdz-hawa Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Comment thread docs/Using-Fleet/Vulnerability-Processing.md Outdated
Mac OS => macOS

Co-authored-by: Tomas Touceda <chiiph@gmail.com>
@juan-fdz-hawa juan-fdz-hawa temporarily deployed to Docker Hub July 2, 2022 12:27 Inactive
Add missing distro

Co-authored-by: Tomas Touceda <chiiph@gmail.com>
@juan-fdz-hawa juan-fdz-hawa temporarily deployed to Docker Hub July 2, 2022 12:27 Inactive
@juan-fdz-hawa juan-fdz-hawa merged commit f20530e into main Jul 4, 2022
@juan-fdz-hawa juan-fdz-hawa deleted the 5676-document-where-the-oval-sources-come-from branch July 4, 2022 12:03
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
@Desmi-Dizney
Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants