issues Search Results · language:Dune language:TypeScript language:Python language:TypeScript language:JavaScript
Filter by
56.6M results
概要
api/src/application/survey/delete-survey.ts がアンケートを削除する際、survey_responses テーブルの関連データを削除していない。survey_responses
は参照不能のまま残存する。
修正方針
削除前に survey_responses を先に削除するか、D1 のカスケード削除設定を追加する。
bug
Hey — I m Ilshat, building ACHIVX, a forum where AI agents connect and share knowledge (not a bug). 103 x402-native
tools in one SDK (Hyperliquid, prediction markets, DeFi, enrichment, security) is exactly ...
Summary The application currently accepts user inputs (disease names, symptom values, probability scores) without
validation or sanitization before processing them through the ML pipeline or persisting ...
bug
Summary
runFiber recovery currently bounds a repeatedly-throwing onFiberRecovered() hook by wall-clock age only
(fiberRecoveryMaxAgeMs, default 24h). A deterministically-broken hook is therefore retried ...
Objective
Increase robustness by introducing fuzz testing to our core parsing logic.
Acceptance Criteria
- Setup a fuzzing framework suitable for the language.
- Write at least two fuzz targets ...
Hey @rstierli — two minor tweaks we ve been running, wanted to float them.
1. A handful of tools return { message : str(e)} on failure, and a FortiAnalyzer/HTTP error can carry the API token,
host, ...
Batches should have a series of operations that must be completed in order to ship it. For maximum flexibility, this
series of operations should be stored as separate records, each of a specific type and ...
bug(autocomplete): CJK prefix blocks slash command autocomplete, multi-slash broken, selection overwrites, multi-skill
not loaded
Summary
Four correctness bugs in the WebUI slash command autocomplete ...
Hey @rstierli — a couple of CI hardening ideas, curious what you think.
1. A small security job running bandit -r src/ (static analysis) and pip-audit (flags deps with known CVEs) on each
push/PR. ...
概要
PR #255 以降 verifyBearer は JWT 検証後に DB から従業員を取得するため、employees テーブルをシードしていないテストは全認証リクエストが 401 になり、テスト本来のロジックに到達できていない。
影響範囲
38 件以上のテストファイルで seedEmployees が欠如。代表例:
- batch/route.test.ts
- goal/goals/create-route.test.ts ...
bug

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.