GitHub Advanced Security / CodeQL
failed
Dec 29, 2024 in 3s
1 new alert including 1 high severity security vulnerability
New alerts in code changed by this pull request
Security Alerts:
See annotations below for details.
View all branch alerts .
Annotations
Check failure on line 68 in server/routers/ApiRouter.js
See this annotation in the file changed.
Code scanning / CodeQL
Case-sensitive middleware path
High
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/ITEMS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/EPISODE-DOWNLOADS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/SERIES' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/SERIES/1' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/COLLECTIONS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/PLAYLISTS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/PERSONALIZED' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/FILTERDATA' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/SEARCH' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/STATS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/AUTHORS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/NARRATORS' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/MATCHALL' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/RECENT-EPISODES' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/OPML' will bypass the middleware.
This route uses a case-sensitive path pattern , but is guarding a case-insensitive path . A path such as '/LIBRARIES/1/PODCAST-TITLES' will bypass the middleware.