fix(security): classify project tools board-key route
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
23117a4fd2
commit
c3bd574547
|
|
@ -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}",
|
||||
|
|
|
|||
|
|
@ -381,6 +381,7 @@ export function lookupBoardKeyRoute(methodInput: string, rawPath: string): Board
|
|||
"get-session",
|
||||
"sidebar-preferences",
|
||||
"llms",
|
||||
"mcp",
|
||||
"cloud",
|
||||
"stacks",
|
||||
"smoke-lab",
|
||||
|
|
|
|||
Loading…
Reference in New Issue