vulnfeeds: Add some more common phrases when extracting versions from CVE description
Open
enhancement
good first issue
vulnfeeds
- Dominant language
- Go
- Stars
- 2.9k
- Forks
- 369
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 149
Description
Current logic is [here](https://github.com/google/osv/blob/9d9bed5f86b223781ac050800bf28796f3d5c903/vulnfeeds/cves/versions.go#L109)
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
Assessment
This issue has not been assessed yet.