google / deps.dev

Resources for the deps.dev API
https://deps.dev
Apache License 2.0
242 stars 18 forks source link

Support hex packages (Erlang/Elixir) #4

Open raz-adroll opened 1 year ago

raz-adroll commented 1 year ago

The idea would be to add support for https://hex.pm/

Let's be honest, there are just little to no APIs that give support for Erlang and Elixir packages. A use case could be periodic dependency scanning looking for vulnerabilities.

jamietanna commented 1 year ago

May be able to also feed into this with https://github.com/endoflife-date/endoflife.date/issues/2807

adg commented 1 year ago

Thanks for the feature suggestion! We'll look into supporting hex.

Looking around at hex.pm, I wasn't able to find any details about how to access their data set (an API? something else?). Is their data openly available?