Skip to content

Potential fix for code scanning alert no. 69: Database query built fr…

d8d1bd0
Select commit
Loading
Failed to load commit list.
Draft

Code optimization: modernize JavaScript patterns and improve consistency #211

Potential fix for code scanning alert no. 69: Database query built fr…
d8d1bd0
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Aug 18, 2025 in 3s

11 new alerts including 11 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 11 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 80 in controllers/crud.js

See this annotation in the file changed.

Code scanning / CodeQL

Database query built from user-controlled sources High

This query object depends on a
user-provided value
.

Check failure on line 19 in routes/__tests__/bulkCreate.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 19 in routes/__tests__/bulkUpdate.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 20 in routes/__tests__/create.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 19 in routes/__tests__/delete.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 13 in routes/__tests__/id.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 19 in routes/__tests__/release.test.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High test

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 10 in routes/bulkCreate.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 10 in routes/bulkUpdate.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 9 in routes/create.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.

Check failure on line 7 in routes/id.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
a database access
, but is not rate-limited.