Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - New endpoint /libraries/stats #3330

Closed
wants to merge 4 commits into from

Merge branch 'advplyr:master' into feat/all-stats

d6cee0e
Select commit
Loading
Failed to load commit list.
Closed

Feature - New endpoint /libraries/stats #3330

Merge branch 'advplyr:master' into feat/all-stats
d6cee0e
Select commit
Loading
Failed to load commit list.
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:

  • 1 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 68 in server/routers/ApiRouter.js

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.