Skip to content

changes from testing and reviewing

6b91f6f
Select commit
Loading
Failed to load commit list.
Merged

Separated db-controller.js into modules #201

changes from testing and reviewing
6b91f6f
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Jul 8, 2025 in 3s

46 new alerts including 46 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 46 high

Alerts not introduced by this pull request might have been detected because the code changes were too large.

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 120 in controllers/history.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 212 in controllers/utils.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 315 in controllers/utils.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 335 in controllers/utils.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 384 in controllers/utils.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 440 in controllers/utils.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 25 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.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 13 in routes/__tests__/history.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 20 in routes/__tests__/patch.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 13 in routes/__tests__/query.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 22 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.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 21 in routes/__tests__/set.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 13 in routes/__tests__/since.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 21 in routes/__tests__/unset.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__/update.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.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 8 in routes/_gog_fragments_from_manuscript.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 8 in routes/_gog_glosses_from_manuscript.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/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.