CycloneDX / cyclonedx-core-java

CycloneDX SBOM Model and Utils for Creating and Validating BOMs
https://cyclonedx.org/
Apache License 2.0
81 stars 60 forks source link

Unable to resolve custom license #471

Open skhokhlov opened 3 months ago

skhokhlov commented 3 months ago

https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom

    <licenses>
        <license>
            <name>CDDL + GPLv2 with classpath exception</name>
            <url>https://github.com/javaee/javax.annotation/blob/master/LICENSE</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>

Details are here: https://github.com/CycloneDX/cyclonedx-gradle-plugin/issues/479

nscuro commented 3 months ago

Could be addressed by adding a new entry to license-mapping.json.