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
I'm seeing the Invalid purl: version must be percent-encoded error using v0.1.0 in workflows which were working correctly on v0.0.1. This is likely due to the packageurl-js dependency (via @github/dependency-submission-toolkit). See example workflow.
@stevehipwell I've created this PR #42 that should help fix the issue. If there are issues with the PURL, it will show them as warnings + I've added better testing support.
You can try out this PR before I merge by using the following (once merged it will go)
I'm seeing the
Invalid purl: version must be percent-encoded
error usingv0.1.0
in workflows which were working correctly onv0.0.1
. This is likely due to thepackageurl-js
dependency (via@github/dependency-submission-toolkit
). See example workflow.FYI I think package-url/packageurl-js#61 may possibly fix this.
The text was updated successfully, but these errors were encountered: