Skip to content

pullrequests Search Results · language:Dune language:Python is:merged language:JavaScript language:JavaScript language:JavaScript

Filter by

87M results  (3 s)

87M results

Problem — intra-household IDOR The inbox list/bulk/unread paths already scope to items visible to the caller: (user_id == me) OR (user_id IS NULL). But the single-item service functions — get_item, mark_read, ...

Motivation - Provide a way to remove the last-entered character when the user mistypes, while keeping C as the full-clear button. - Improve input UX by allowing a single-character backspace instead ...
codex

What Fixed syntax error in src/index.js. Why CI fails due to syntax error that prevents build.

Summary - complete M2D-15 final production hardening in one branch - add durable queued indexing worker loop with lease, heartbeat, stale recovery, retry/rebuild/cancel, and cleanup governance ...

What Fixed syntax error in src/index.js. Why CI fails due to syntax error that prevents build.

Promotes the Wave 2 Semgrep-gate changelog entry to v0.2.1, updates .ai_state.md and docs/ROADMAP_2026_2027.md to mark Wave 2 s code part done. 🤖 Generated with Claude Code

本次提交新增了独立于原SPU/SKU维度的产品层级库存诊断报告,主要变更包括: 1. 新增product_level源字段映射 2. 添加产品层级报告的服务接口、API路由和仓库逻辑 3. 新增产品层级诊断引擎和HTML报告渲染器 4. 新增本地导出脚本和对应测试用例 5. 整体实现按产品层级聚合库存数据,保留备货/发货标签逻辑,移除呆滞库存和清理类动作标签

Closes #370. Summary - One shell-side fork derivation: derive_is_fork_pr in platform_api.sh, mirroring the Python reference policy — missing/empty head.repo, missing base, empty {} object, or unreadable ...

What Add the missing Python packages scikit_learn and tortoise_orm to requirements.txt so that the CI environment can install them. Why The CI job failed with ModuleNotFoundError for both packages, ...

What Updated the async-ops.test.js test to replace the setTimeout block with an async function that awaits Promise.all on the batch processing promises. The test now directly asserts the results length ...