extend project URLs -> external references #800
Labels
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
help wanted
Extra attention is needed
Is your feature request related to a problem? Please describe.
This tool detects project URLs and emits them in the SBOM results as "external references".
The URL types are detected based on patterns - see
cyclonedx-python/cyclonedx_py/_internal/utils/cdx.py
Lines 85 to 104 in 721f12d
it appears that PyPI also documented the way they detect URL types: https://docs.pypi.org/project_metadata/#icons
It would be great if the PyPI heuristics could be applied, too.
Describe the solution you'd like
Have the heuristics from PyPI apply to URL type detections, so that emitted external references follow the de facto standards, too.
These heuristics work on the URL name, as well on the URL itself.
Additional context
PyPI's type classification according to https://docs.pypi.org/project_metadata/#icons
The text was updated successfully, but these errors were encountered: