Skip to content

Add project pod workspace

830b752
Select commit
Loading
Failed to load commit list.
Open

Add project pod workspace #219

Add project pod workspace
830b752
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 20, 2026 in 2s

5 new alerts including 5 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 5 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 62 in backend/routes/pods.ts

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
authorization
, but is not rate-limited.

Check failure on line 62 in backend/routes/pods.ts

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.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 105 in backend/routes/tasksApi.ts

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 146 in backend/routes/tasksApi.ts

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 242 in backend/routes/tasksApi.ts

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.