google/osv.dev

vulnfeeds: Add some more common phrases when extracting versions from CVE description

Open

#249 opened on Oct 25, 2021

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Go (339 forks)auto 404
enhancementgood first issuevulnfeeds

Repository metrics

Stars
 (2,810 stars)
PR merge metrics
 (PR metrics pending)

Description

Current logic is here

Here are a few I've seen from examining some of my recent manual triages:

  • x.x.x up to and including x.x.x
  • x.x.x and earlier
  • x.x.x or older
  • x.x.x and below
  • up to and including x.x.x
  • prior to x.x.x
  • below x.x.x

Contributor guide