Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helpers*sh: Add a primitive cvefuzzysearch function #1475

Closed
wants to merge 1 commit into from

Conversation

ermo
Copy link
Contributor

@ermo ermo commented Jan 30, 2024

This can be useful when looking up the correct CPE $PRODUCT:$VENDOR pair for monitoring.yml purpurses and for manually searching for known CVEs.

This commit only adds a PoC bash script helper.

Example output:

$ cvefuzzysearch zlib
[
  [
    109789,
    "cpe:2.3:a:zlib:pigz"
  ],
  [
    111701,
    "cpe:2.3:a:gnu:zlib"
  ],
  [
    117793,
    "cpe:2.3:a:zlib:zlib"
  ]
]
Verify successful hits by visiting https://cve.circl.lu/search/$VENDOR/$PRODUCT
- CPE entries for software applications have the form 'cpe:2.3:a:$VENDOR:$PRODUCT'

This can be useful when looking up the correct CPE $PRODUCT:$VENDOR pair
for monitoring.yml purpurses and for manually searching for known CVEs.

This commit only adds a PoC bash script helper.

Signed-off-by: Rune Morling <[email protected]>
@ermo ermo added Type: Feature Something can be enhanced. Topic: Tooling Tools and scripts labels Jan 30, 2024
@ermo ermo added this to the Solus 4.6 milestone Jan 30, 2024
@ermo ermo requested a review from joebonrichie January 30, 2024 16:51
@ermo ermo requested a review from EbonJaeger January 31, 2024 12:45
@ermo
Copy link
Contributor Author

ermo commented Jan 31, 2024

Closed in favour of #1480

@ermo ermo closed this Jan 31, 2024
@ermo ermo deleted the cvefuzzysearch-helpers branch January 31, 2024 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Topic: Tooling Tools and scripts Type: Feature Something can be enhanced.
Projects
Archived in project
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant