purldb icon indicating copy to clipboard operation
purldb copied to clipboard

Double check that package_content are set correctly in Maven package sets.

Open pombredanne opened this issue 3 months ago • 0 comments

Some PURLs may not be classified correctly in their Package set:

    "package_content": "source_repo",
    "purl": "pkg:maven/org.apache.htrace/[email protected]?classifier=sources

.... should be a source_archive

    "package_content": "source_archive",
    "purl": "pkg:maven/org.apache.htrace/[email protected]",

... should be a binary archive

pombredanne avatar Apr 23 '24 11:04 pombredanne