Skip to content

Require quoting of percent signs#72

Open
immqu wants to merge 1 commit into
package-url:mainfrom
immqu:url-quoting
Open

Require quoting of percent signs#72
immqu wants to merge 1 commit into
package-url:mainfrom
immqu:url-quoting

Conversation

@immqu
Copy link
Copy Markdown
Contributor

@immqu immqu commented May 22, 2026

This PR addresses issue 52. It clarifies percent-encoding behavior for VERS versions so literal percent-containing versions remain representable and parsing is unambiguous.
We specify single-pass percent-decoding so values like foo%252Fbar are decoded to foo%2Fbar (not foo/bar), preventing unintended double-decoding and preserving literal percent-encoded content in versions.

Signed-off-by: Kunz, Immanuel <immanuel.kunz@aisec.fraunhofer.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant