You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement ecosystem enumeration in Go (#5140)
Translated all the ecosystem queries for version enumeration into go
- Bioconductor seems to be broken (the newer releases 500 on for the
requests). We have 0 Bioconductor vulns, so I just disabled enumeration
for them (but left the code in for reference)
- Removed the Alpine enumeration, because querying the aports repo is
quite heavy
- opam is still Implemented and disabled, as it is in python
- Most of the ecosystems are uninteresting - they're mostly just parsing
versions out of JSON (though please look at them!). Debian does the most
work in its thing
- Added go-vcr so the tests don't depend on network requests. We'd want
to have something regenerate these once in a while/test against live to
make sure nothing starts breaking.
---------
Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>
0 commit comments