dependency-track icon indicating copy to clipboard operation
dependency-track copied to clipboard

Add support for CPAN

Open stevespringett opened this issue 5 years ago • 1 comments

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

stevespringett avatar Mar 30 '20 02:03 stevespringett

Removing the milestone for now. Unlikely we can tackle this in 4.6.

nscuro avatar Sep 07 '22 06:09 nscuro

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.

github-actions[bot] avatar Apr 17 '23 10:04 github-actions[bot]