issues Search Results · language:Dune language:JavaScript language:Java language:TypeScript language:Java
Filter by
49.2M results
Round 5 Audit Finding
Severity: LOW File: src/main.ts
Problem
Settings tab has two buttons calling the same function: Import All Notes Now and Import All Notes .
Suggested Fix
Remove one.
🚨 Critical Prediction: Payment Service Transaction Failure Spike
Source: Cisco CDTSM Anomaly Detection Confidence: 94.2% Predicted Failure Window: 8-12 minutes Service: payment-service
Detected: 2026-06-14T22:32:12.634Z ...
ai-predicted
cdtsm
critical
payment-service
Round 5 Audit Finding
Severity: MEDIUM File: src/main.ts
Problem
- desc in GraphView.onOpen() is created but never used
- outputContainer in McpView is declared but never assigned
Suggested Fix ...
Round 5 Audit Finding
Severity: HIGH (maintenance) File: src/main.ts
Problem
getHierarchy(), mineText(), factcheck(), extractMemories() are defined but never called from any view or command.
Suggested ...
Round 4 Audit Finding
Severity: HIGH File: src/main.ts
Problem
If importEntireVault is called twice simultaneously (user clicks Import multiple times), two full imports run
concurrently, creating duplicate ...
The BFS that walks each useState s component tree uses Array.prototype.shift() to dequeue, which is O(n) per call (it
re-indexes every remaining element). Across an n-node tree that s O(n²) wasted work. ...
Round 3 Audit Finding
Severity: MEDIUM File: src/main.ts
Problem
apiRequest has no timeout. If the server hangs, the UI hangs forever.
Suggested Fix
Use AbortController with a 10s default timeout. ...
The only thing that I really hate is that I don t know how to query my remote db. I don t know if I can live with that.
Round 3 Audit Finding
Severity: HIGH File: src/main.ts
Problem
The catch block in onFileChanged is empty: catch (e) { // Silently fail }. This swallows ALL errors including null
references and type ...
Round 2 Audit Finding
Severity: MEDIUM File: src/main.ts
Problem
mcpServerPath is passed directly to spawn() without validation.
Suggested Fix
Validate the path is non-empty and contains no shell ...

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.