issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:TypeScript language:Java
Filter by
6.6M results
Bug
listJobs() currently returns the internal in-memory jobs array directly. Any caller that receives the list can mutate
the array or job objects and corrupt later service results.
Expected behavior ...
Bug
listUsers() currently returns the internal in-memory users array directly. Any caller that receives the list can mutate
the array or user objects and corrupt later service results.
Expected behavior ...
ユーザ指摘 (2026-06-06):
カテゴリ詳細画面に「詳細を更新」ボタンがありますが, これってカテゴリ一覧の評価更新ボタンがあるのでいらないのではないのですか? 同じ動きをするような気がするのですが.
修正方針
US-179 で DocumentDetailDialog の [AI 再評価] を撤去し資料群一覧の [評価更新] に集約した時と同じ整理を, カテゴリ詳細にも適用する.
...
x86_64 builds of SuperCmd ship arm64 esbuild binaries → all extensions fail to load on Intel/Rosetta Macs
Summary
The published macOS x64 build of SuperCmd contains only the arm64 native binary of esbuild ...
Bug
sendMessage(payload) currently builds messages as:
{ id: `msg_${Date.now()}`, ...payload, sentAt: new Date().toISOString() }
The current order protects sentAt, but a caller-controlled id in payload ...
Bug
createReview(payload) currently builds reviews as:
{ id: `rev_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated review ...
Bug
createProposal(payload) currently builds proposals as:
{ id: `prp_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated proposal ...
Description
Over 50 API route files use catch (err) { return NextResponse.json({ error: err.message }) } which leaks internal error
details to the client.
How to Fix
1. Centralize error handling in ...
bug
Bug
createUser(payload) currently builds users as:
{ id: `usr_${Date.now()}`, ...payload }
Because caller-controlled payload is spread last, API callers can override the server-generated user id by ...
The pre-implementation survey for #39-6a (fold an inlined strlen loop into builtin_strlen) found that the
post-structuring rewrite surgery DD-0008 assumed is not a constseq-style splice.
Unlike the straight-line ...

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.