Skip to content

Fix percent-encoded URI matching and widen string type to RFC grammar#79

Merged
aouledissa merged 2 commits into
mainfrom
bugfix/matching-percent-encoded-queries
Jul 10, 2026
Merged

Fix percent-encoded URI matching and widen string type to RFC grammar#79
aouledissa merged 2 commits into
mainfrom
bugfix/matching-percent-encoded-queries

Conversation

@aouledissa

Copy link
Copy Markdown
Owner

Fix URI matching for percent-encoded values; widen string type to RFC grammar

Match against the encoded path/fragment so an encoded delimiter (e.g. %2F)
can't split into extra segments; values are still decoded on extraction.
The string type now accepts the RFC 3986 character set (validated on the
decoded value, so payloads like %3C→< are still rejected). Update the report's
live validator to mirror runtime matching. Add release note 1.2.1.

@aouledissa
aouledissa merged commit 85ef859 into main Jul 10, 2026
9 checks passed
@aouledissa
aouledissa deleted the bugfix/matching-percent-encoded-queries branch July 10, 2026 15:03
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