issues Search Results · language:Edge language:Python language:PHP language:JavaScript linked:pr
Filter by
4.8M results
Describe the bug
Problem
Currently, the send-email.js API endpoint implements its own ad-hoc CORS logic. It reads process.env.ALLOWED_ORIGIN
directly and manually maps headers, which bypasses the centralized ...
bug
needs:difficulty
needs:quality
instructions say :-
The template configures the RomM container (the main web UI, port 6502) with all required volume paths and environment
variables pre-filled. After adding it via Docker Manager, deploy ...
Bug
GET /api/admin/metrics requires a valid token, but it does not require the authenticated user to have an admin role.
adminRoutes only applies authMiddleware, and authMiddleware verifies the token ...
Problem
CI s Dependency Audit job has been failing on recent PRs (e.g. #550) due to a transitive-dependency CVE:
starlette 0.52.1 PYSEC-2026-161 fix in 1.0.1
starlette is pulled transitively via fastmcp ...
Bug
The /notifications route only renders placeholder text, so users cannot scan proposal, message, billing, and trust
updates from the page. The route also lacks unread filtering and read-state actions, ...
Context
Gutenberg recently completed its React 19 upgrade, so Data Machine s admin React bundles now render against React 19
(via the externalized wp.element global). A full React 19 compatibility audit ...
Bug
POST /api/uploads returns HTTP 201 with a success envelope even when no file is uploaded. The controller currently maps
missing files to a successful no-file status:
return ok(res, {
filename: ...
概要
フロントのユニットテスト網羅を強化する。テスト基盤(Vitest + MSW + renderHookWithProviders + factories)は整備済みだが、純粋ロジック・一部 entity の mapper /
mutations が未カバーだった。
追加対象
純粋ロジック
- shared/lib/format-money(formatYen / formatTaxRate) ...
Bug
POST /api/payments accepts invalid payment amounts because the controller passes req.body directly into
createPaymentIntent without request validation.
Reproduction payloads:
{ amount : -100, ...

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.