We should integrate with Artifactory. The main scenario we care for is to scan "artifacts" stored in Artifactory.
There are two ways to get to these:
- using the artifactory API which is not specific to any package type, just for a download
- using the ecosystem-native API for a given package, where for instance Artifactory emulates PyPI or Maven
Then we care for authentication as Artifactory repos are often private.
So to recap we should implement 1) since 2) is already mostly taken care of in PurlDB/MineCode, with auth support using our existing support for .netrc, and having some minimal doc for that.