Skip to content
New issue

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

Unable to parse https://git.causal.agency/libretls/ as downloadLocation #761

Closed
pushkargr opened this issue Sep 14, 2023 · 2 comments · Fixed by #763
Closed

Unable to parse https://git.causal.agency/libretls/ as downloadLocation #761

pushkargr opened this issue Sep 14, 2023 · 2 comments · Fixed by #763
Labels

Comments

@pushkargr
Copy link

Tool is failing to parse the downloadLocation in the following format:
https://git.causal.agency/libretls/

Following is the error:
package download_location must be a valid download location according to the specification, but is: https://git.causal.agency/libretls/

Is this expected to not support this URL format?

@armintaenzertng
Copy link
Collaborator

Good catch! The spec supports arbitrary URLs while the implementation in this library only checks for the more specialized VCS location syntax.

@maxhbr maxhbr added the bug label Sep 17, 2023
@maxhbr
Copy link
Member

maxhbr commented Sep 17, 2023

same as #762

maxhbr added a commit to maxhbr/tools-python that referenced this issue Sep 18, 2023
fix spdx#761
fix spdx#762

Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
maxhbr added a commit to maxhbr/tools-python that referenced this issue Sep 18, 2023
fix spdx#761
fix spdx#762

Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
armintaenzertng pushed a commit that referenced this issue Sep 19, 2023
fix #761
fix #762

Signed-off-by: Maximilian Huber <maximilian.huber@tngtech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants