We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current download pattern used is:
^(NONE|NOASSERTION|(((git|hg|svn|bzr)\+)?(http:\/\/www\.|https:\/\/www\.|http:\/\/|https:\/\/|ssh:\/\/|git:\/\/|svn:\/\/|sftp:\/\/|ftp:\/\/|file:\/\/|file:\/)?[a-zA-Z0-9\.\-\ \_]+(:[0-9]{1,5})?(\/.*)?)|(git\+git@[a-zA-Z0-9\.\-]+:[a-zA-Z0-9/\\.@\-]+)|(bzr\+lp:[a-zA-Z0-9\.\-]+))$
There is an issue where the s3 protocol is not recognized (see spdx/spdx-gradle-plugin#139).
Perhaps we should allow any protocol - since s3 is not an IANA standard protocol.
The text was updated successfully, but these errors were encountered:
From the tools implementers call on 16 Oct. 2024 - general agreement we should allow any protocol.
Additional suggestions from the call:
Sorry, something went wrong.
Here's the regex from RFC 2396: ^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?
^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?
Here's the reference to the Apache Validator: https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/package-summary.html#other.url
No branches or pull requests
The current download pattern used is:
There is an issue where the s3 protocol is not recognized (see spdx/spdx-gradle-plugin#139).
Perhaps we should allow any protocol - since s3 is not an IANA standard protocol.
The text was updated successfully, but these errors were encountered: