Skip to content

feat(gin): add option to use escaped path#4420

Merged
appleboy merged 3 commits into
gin-gonic:masterfrom
ldesauw:feat/ldesauw/use_escaped_path
Nov 27, 2025
Merged

feat(gin): add option to use escaped path#4420
appleboy merged 3 commits into
gin-gonic:masterfrom
ldesauw:feat/ldesauw/use_escaped_path

Merge branch 'master' into feat/ldesauw/use_escaped_path

ecdfb3a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Nov 27, 2025 in 2s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 43 in path.go

See this annotation in the file changed.

Code scanning / CodeQL

Bad redirect check Medium

This is a check that
this value
, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.
This is a check that this value, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.
This is a check that this value, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.
This is a check that this value, which flows into a
redirect
, has a leading slash, but not that it does not have '/' or '' in its second position.