issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Java
Filter by
3.2M results
Overview
Let users configure a keyboard shortcut for a module s action so the action can be triggered directly on a cplace page,
without opening the extension popup.
First two consumers:
- Language ...
enhancement
问题描述
pdf.js 是最复杂的实现文件(1008 行),但测试覆盖关键边界场景不足:
1. 多 stream 总解压大小接近 128MB 限制
2. 损坏的 FlateDecode 流
3. 20+ Font 对象的 CMap 隔离性
4. 接近 64MB 的单个 stream
位置
- 实现文件:public/formats/pdf.js
- 测试文件:scripts/smoke-test.js ...
module:formats
module:tests
P2
test
The following managed files have drifted from the canonical source in f5xc-salesdemos/docs-control:
- biome.json
This issue was created automatically by the governance enforcement workflow.
From the 2026-06-18 SOLID/DRY swarm-audit (Skeptic, HIGH confidence).
Problem
sanitizeToolInput (packages/server/src/ws-permissions.js:16-41, the ONLY sanitizer on the tool-broadcast path, called at ...
from-review
security
server
问题描述
blockSearchText() 函数在处理 null/undefined 字段时会崩溃。虽然工厂函数通常会规范化输入,但直接构造块或内部 reader bug 可能导致问题。
位置
- 文件:public/core/document-audit.js
- 行号:54 及相关块处理逻辑
- 模块:core
崩溃场景
// 当前实现
function blockSearchText(block) ...
bug
module:core
P2
robustness
问题描述
bytesToBase64 函数在循环中逐字符拼接字符串,对于大型图像会导致 O(n²) 时间复杂度。JavaScript 字符串不可变,每次拼接都创建新字符串。
位置
- public/formats/docx.js 第 42 行
- public/formats/pptx.js 第 11 行
- 模块:formats
性能影响
实测数据:
- 50KB 图像:18x ...
module:formats
P1
performance
New Versions Available
- Kap: 20260617-1 → 20260617-2 — kapdemo.dhsdevelopments.com/downloads.html
Update scripts/known-versions.json after upgrading to silence this alert.
language-update
问题描述
压缩比检查仅适用于 ≥64 字节的文件,小文件可绕过 200:1 的压缩比限制。浏览器环境的 1GB 总限制过高。
位置
- 文件:public/core/zip-container.js
- 行号:378
- 模块:core
技术细节
当前实现:
if (uncompressedSize = 64 compressedSize 0) {
const ...
module:core
P1
security
问题描述
format-registry.js 在抛出 INPUT_BUDGET_EXCEEDED 错误时,使用位置参数而非选项对象,导致 category 和 code 字段未正确设置。
位置
- 文件:public/core/format-registry.js
- 行号:628
- 模块:core
当前实现(错误)
throw new ConversionError(
...
bug
module:core
P1

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.