issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:Java language:TypeScript
Filter by
253k results
Critical/Advanced Bugs Found During Static Analysis of gg split
Relates to: #152 (--max-groups 0/-N crash). Deep static analysis of cli/commands/split.js and cli/helpers/splitLogic.js
found 4 confirmed ...
We repeatedly had 500s from the server after submitting the form. I believe there s form fillings that the frontend
treats as legal, that the backend cannot store, for example a non-integer amount field. ...
目的
workspace/todo.ts に、メモリ上で Todo を管理する小さなモジュールを追加してください。
要件
- Todo は id, title, completed を持つ
- createTodoList() を export する
- add(title) で Todo を追加できる
- list() で全 Todo を返せる
- complete(id) ...
Description
No rate limiting exists on the CSRF token endpoint. This could allow token exhaust attacks.
Fix
Add rate limit rule (5 req/min) for the csrf-token endpoint in proxy.ts and/or lib/rate-limit-edge.ts. ...
bug
Description
The createHashSha256 function in lib/auth/csrf.ts (lines 24-31) still uses a fake String.hashCode() approach for the
Edge Runtime path:
let hash = 0;
for (let i = 0; i data.length; i++) ...
bug
Cutover D5 (task #350) — engine Tasks list + create UI, flag-gated /tasks. Mirrors D1 (Goals), feeds D3 (Task detail).
Phase A done.
Problem
An engine-flagged project (Project.useEngine) can t see or ...
Problem statement
The task file-sync API silently nulls a phase: or sprint: reference that doesn t resolve to an existing entity —
returning 201/200 with no warning. Hit live: creating tasks with phase: ...

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.