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
Maven supports the newline character in the version as per its XSD. When instantiating a PackageURL with such a character in its version, calling PackageURL.canonicalize() returns an invalid URL.
Context
Identified following this analysis jeremylong/DependencyCheck#6688 (comment)
Maven supports the newline character in the version as per its XSD. When instantiating a PackageURL with such a character in its version, calling
PackageURL.canonicalize()
returns an invalid URL.Steps to reproduce
Expected beavior
canonicalize
is equal topkg:maven/com.google.summit/[email protected]%0A
Current behavior
canonicalize
is equal topkg:maven/com.google.summit/[email protected]%A
The text was updated successfully, but these errors were encountered: