You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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](#18)
* Changed
* `CycloneDX\Core\Models\License\AbstractDisjunctiveLicense::setUrl()`
no longer throws `InvalidArgumentException`
if the argument is not a URL (via [#19])
[#19]: #19
0 commit comments