Skip to content

feat(ubuntu): emit fixed ins for Not Affected records#1136

Open
willmurphyscode wants to merge 1 commit intoanchore:mainfrom
willmurphyscode:feat-ubuntu-naks
Open

feat(ubuntu): emit fixed ins for Not Affected records#1136
willmurphyscode wants to merge 1 commit intoanchore:mainfrom
willmurphyscode:feat-ubuntu-naks

Conversation

@willmurphyscode
Copy link
Copy Markdown
Contributor

Previously, the ubuntu provider would drop records where upstream data indicated that a package was not affected by a CVE; however, that leaves downstream consumers unable to distinguish between a search miss (no record of that CVE affecting that package) and a true "not affected" (the vendor examined their code and decided the vulnerability did not apply).

Instead, emit a FixedIn record that essentially says, "this was fixed at version 0" in situations where there upstream data indicates something is not affected.

Previously, the ubuntu provider would drop records where upstream data
indicated that a package was not affected by a CVE; however, that leaves
downstream consumers unable to distinguish between a search miss (no
record of that CVE affecting that package) and a true "not affected"
(the vendor examined their code and decided the vulnerability did not
apply).

Instead, emit a FixedIn record that essentially says, "this was fixed at
version 0" in situations where there upstream data indicates something
is not affected.

Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant