Skip to content

refactor: modularize CopilotKit server for improved maintainability

2150edc
Select commit
Loading
Failed to load commit list.
Draft

gnomAD assistant prototype #1820

refactor: modularize CopilotKit server for improved maintainability
2150edc
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Dec 3, 2025 in 58s

3 new alerts including 3 high severity security vulnerabilities

New alerts in code changed by this pull request

Security Alerts:

  • 3 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 56 in graphql-api/src/copilotkit/routes/misc.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 96 in graphql-api/src/copilotkit/routes/misc.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

Check failure on line 153 in graphql-api/src/copilotkit/server.ts

See this annotation in the file changed.

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.