Skip to content

1.0.3

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 08:14
49d73ec

Fixed

  • CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl() no longer restricts the argument to be a valid URL.
    Per schema definition licenseType.url should be a URI, not a URL.
    See #18

Changed

  • CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl() no longer throws InvalidArgumentException
    if the argument is not a URL (via #19)