osv.dev icon indicating copy to clipboard operation
osv.dev copied to clipboard

Add API support for non-enumerated ecosystems

Open hogo6002 opened this issue 1 year ago • 0 comments

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.

hogo6002 avatar Jul 02 '24 06:07 hogo6002