You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/index.ts: app.use('/api-docs', swaggerUi.serve, …) is mounted without API-key middleware, so the full OpenAPI surface is available for unauthenticated reconnaissance.
src/index.ts:
app.use('/api-docs', swaggerUi.serve, …)is mounted without API-key middleware, so the full OpenAPI surface is available for unauthenticated reconnaissance.