Skip to content

Support serving Radar under a base path#1077

Open
nadaverell wants to merge 1 commit into
mainfrom
fix/base-path-serving
Open

Support serving Radar under a base path#1077
nadaverell wants to merge 1 commit into
mainfrom
fix/base-path-serving

Support serving Radar under a base path

9172c83
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 1, 2026 in 3s

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 626 in internal/server/server.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.