osv.dev
osv.dev copied to clipboard
Add API support for non-enumerated ecosystems
The current API queries for ecosystem-specific versions require pre-enumeration of all affected versions per package. This PR will allow API queries for all non-enumerated ecosystems by comparing the queried version against the affected range.
TODO:
- [ ] Add UTs
- [ ] Fix style
- [ ] Add configuration to apply changes to the test instance only.