Skip to content

feat(v2): delete artifacts (files + external links) from inspector - #274

Open
samxu01 wants to merge 2 commits into
mainfrom
feat/v2-artifact-delete
Open

feat(v2): delete artifacts (files + external links) from inspector#274
samxu01 wants to merge 2 commits into
mainfrom
feat/v2-artifact-delete

feat(v2): delete artifacts (files + external links) from inspector

3119106
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed May 3, 2026 in 2s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 high

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 215 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 file system access
, but is not rate-limited.
This route handler performs
a file system access
, but is not rate-limited.
This route handler performs
a database access
, but is not rate-limited.

Check failure on line 334 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 362 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.