issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
4.5M results
The following managed files have drifted from the canonical source in f5xc-salesdemos/docs-control:
- .gitignore
- README.md
This issue was created automatically by the governance enforcement workflow. ...
Summary
GET /api/messages in apps/api/src/routes/messageRoutes.js has no authMiddleware. Any unauthenticated client can read all
messages in the system.
Impact
- All private user messages are publicly ...
Summary
GET /api/proposals in apps/api/src/routes/proposalRoutes.js has no authMiddleware. Any unauthenticated client can fetch
all proposals in the system.
Impact
- Proposals (including sensitive ...
Summary
In apps/api/src/routes/uploadRoutes.js, multer is configured with only multer.memoryStorage() and no limits option. This
means clients can upload files of unlimited size, buffering the entire ...
Summary
express.json() in apps/api/src/app.js is called without a limit option. Express s default body size limit is 100 KB, but
with older or misconfigured setups the limit can be effectively unbounded. ...
Summary
In apps/api/src/app.js, app.use(express.json()) is registered before app.use(apiLimiter). This means body parsing
happens before rate limiting, so a client can send many large or malformed JSON ...
The following managed files have drifted from the canonical source in f5xc-salesdemos/docs-control:
- .gitignore
- .codespellrc
- README.md
This issue was created automatically by the governance ...
Summary
loginUser in apps/api/src/services/authService.js hardcodes role: client in the JWT and does not return a user id in
the response. The login response shape is incomplete.
Impact
- All authenticated ...
When adding an MCP server from an OpenAPI specification and selecting Bearer Token authentication, the dashboard returns
a 401 even with a valid token. The same spec URL loads correctly in Postman when ...
概要
2026/06/17 午前のテクニカル雑談を作成します。
収集対象
- Microsoft
- AI
- Azure
- クラウド(AWS / GCP / OCI)
- セキュリティ
このIssueは GitHub Actions により自動作成されました。

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.