Skip to content

Encode dynamic URL paths and query parameters #6236

@sosnovsky

Description

@sosnovsky

In some places, we build URL strings with raw interpolated values, including Attester public key lookup paths and query strings. Dynamic path segments should use encodeURIComponent, and query strings should use URLSearchParams or Url.create to prevent encoded traversal or parameter injection from changing the intended request target.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions