Skip to content

feat: fix the problem in the Operator Market frontend pages

844add2
Select commit
Loading
Failed to load commit list.
Merged

feat: fix the problem in the Operator Market frontend pages #203

feat: fix the problem in the Operator Market frontend pages
844add2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Dec 29, 2025 in 2s

1 new alert including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

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 47 in frontend/src/mock/mock.cjs

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 warning on line 56 in frontend/src/mock/mock-core/session-helper.cjs

See this annotation in the file changed.

Code scanning / CodeQL

Clear text transmission of sensitive cookie Medium

Sensitive cookie sent without enforcing SSL encryption.