issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript language:PHP
Filter by
24.6M results
首先表示对这个工具的喜爱,性能很好,打开文件迅速,我觉得比MarkText好用。然后感谢作者的勤劳,之前有个小问题,双击md文件打开时候只会打开未命名,似乎很快就修复了(我更新后好了)。希望作者能看看查找和替换,让工具越来越好。现在AI时代对md文件的查看真的是刚需了
img width= 1193 height= 881 alt= Image src=
https://github.com/user-attachments/assets/85aef1e4-ff58-4f1b-a2f7-32f22a50f462 ...
Phase 3 — Code Clean-up
Dead code removal
- Remove admin/partials/display.php — confirmed unused (admin rendered by Options Page class)
- Remove empty admin/js/codetot-optimization-admin.js — empty ...
enhancement
Context
During setup, the private key was pasted in plaintext. While .pem is in .gitignore, the script should warn on first use
if the key was generated more than N days ago.
Fix
- On token mint, ...
audit
enhancement
Risk
A malicious or buggy client can spam the MCP stdio server with unlimited requests. No throttle = potential DoS of the
SQLite DB or embedding model.
Fix
Add a simple sliding-window rate limiter ...
audit
enhancement
Finding
memory-db.mjs has 3 instances of string concatenation in SQL context. While current usage appears safe (values come from
internal logic, not user input), this violates the parameterized-queries-only ...
audit
bug
Already covered in the install milestone issue. Cross-reference. The fix is one line: USER node after RUN steps.
audit
bug
Improvement
An AI installing Zara has to: clone, cd, npm install, run install script. That s 4 commands and the AI needs to know the
repo URL.
Proposal
One-liner that works on all platforms:
curl -fsSL ...
audit
enhancement
Bug
install.sh line 183 uses cmd //c mklink /J which requires admin privileges on older Windows. Falls back to cp -r but
that breaks the git pull updates everything contract because it copies instead ...
audit
bug
Security
Container runs all commands as root. If mounted workspace is writable, a compromised process could modify host files
with root ownership.
Fix
Add USER node after install steps. The node:22-bookworm-slim ...
audit
bug
Bug
scripts/install.sh line 14: ZARA_VERSION= 1.0.0 hardcoded. Should read from version.json which says 1.1.0.
Fix
ZARA_VERSION=$(node -e console.log(require( ./version.json ).version) ) or jq -r .version ...
audit
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.