dependency-track
dependency-track copied to clipboard
Add support for CPAN
CPAN doesn't have a direct API, but metacpan provides versioned API access to CPAN data.
Three potential endpoint to integrate with are distribution, release, and modeule.
https://fastapi.metacpan.org/v1/distribution/Moose https://fastapi.metacpan.org/v1/release/Moose https://fastapi.metacpan.org/v1/module/Moose
Refer to https://github.com/metacpan/metacpan-api/blob/master/docs/API-docs.md
Removing the milestone for now. Unlikely we can tackle this in 4.6.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.