fix(security): classify project tools board-key route

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
cryppadotta 2026-09-12 14:21:04 +00:00
parent 23117a4fd2
commit c3bd574547
2 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,7 @@ export const BOARD_KEY_ROUTE_INVENTORY: readonly string[] = [
"board_key_denied | deny | /api/invites/{*path}",
"board_key_denied | deny | /api/join-requests/{*path}",
"board_key_denied | deny | /api/llms/{*path}",
"board_key_denied | deny | /api/mcp/{*path}",
"board_key_denied | deny | /api/openapi.json/{*path}",
"board_key_denied | deny | /api/pipelines/{*path}",
"board_key_denied | deny | /api/plugins/{*path}",

View File

@ -381,6 +381,7 @@ export function lookupBoardKeyRoute(methodInput: string, rawPath: string): Board
"get-session",
"sidebar-preferences",
"llms",
"mcp",
"cloud",
"stacks",
"smoke-lab",