Skip to content

Instantly share code, notes, and snippets.

@zeddee
Created April 21, 2024 13:59
Show Gist options
  • Save zeddee/1f793f44113e8b9fef6e5304b5c83f1a to your computer and use it in GitHub Desktop.
Save zeddee/1f793f44113e8b9fef6e5304b5c83f1a to your computer and use it in GitHub Desktop.
data.x_nvd.cpeMatches.vendor: "canonical" AND
(
data.x_nvd.cpeMatches.version_criteria_match: /20\.[0-9]{2}/ OR (
(data.x_nvd.cpeMatches.version_start_including: /20\.[0-9]{2}/ OR data.x_nvd.cpeMatches.version_start_excluding: /20\.[0-9]{2}/) AND
(data.x_nvd.cpeMatches.version_end_including: /20\.[0-9]{2}/ OR data.x_nvd.cpeMatches.version_end_excluding: /20\.[0-9]{2}/)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment