Skip to content

docs: update CLAUDE.md for src/ directory structure

0cf20bb
Select commit
Loading
Failed to load commit list.
Open

Created src/ Folder Structure #38

docs: update CLAUDE.md for src/ directory structure
0cf20bb
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Feb 21, 2026 in 4s

27 new alerts including 27 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 27 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 11 in src/routes/home.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

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

Check failure on line 23 in src/routes/static.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

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

Check failure on line 19 in src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 20 in src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 src/services/__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 7 in src/services/history.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 src/services/history.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 src/services/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.

Check failure on line 11 in src/services/index.js

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

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

Check failure on line 7 in src/services/query.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 src/services/query.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 6 in src/services/search.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 14 in src/services/search.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 7 in src/services/since.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.