issues Search Results · language:Dune language:Python language:JavaScript language:Python language:Java linked:pr
Filter by
5.8M results
Description
server/src/database/models/User.js lines 64–67 define four time-limited token fields on the User schema:
verificationToken: { type: String, default: null },
verificationTokenExpires: { type: ...
Portfolio holdings and daily valuations need structured storage. Add PortfolioLedger dataclass (account_id, asset_id,
quantity, cost_basis, currency, as_of). Store as data/gold/portfolio_ledger.parquet. ...
jules
QualityGate results should be persisted and queryable. Add stale_price_check to FinData/store/quality.py (flag assets
not updated in N days). Save QualityReport results to metadata/data_quality_issues.parquet. ...
jules
Description
server/src/utils/cascadeDelete.js — the cascadeDeleteUser() function is missing two cleanup operations:
1. RoadmapComment documents are never deleted. The model server/src/database/models/RoadmapComment.js ...
Description
The frontend authentication implementation accepts session credentials from multiple untrusted sources, including
data.token, data.accessToken, and the Authorization response header, before ...
bug
enhancement
Description
Three UI components use hardcoded dark background colors that are not theme-aware. When the user switches to Light Mode,
these sections remain dark, creating a visually broken and inconsistent ...
bug
Goal
Connect the existing safe Codex CLI probe path to a real bounded codex exec runner, without changing merge gates or
weakening safety.
Current state
- main is green at ea25f35.
- PR #929 merged ...
enhancement
roadmap
Description
server/src/utils/encryption.js lines 109–113: when the decrypt() function throws (wrong key, data corruption, key
rotation mismatch), it catches the error silently and returns the raw encrypted ...
Summary
createAuditEntry returns a view into the module-level singleton ENTRY_HEADER buffer on the no-encodedRecord return path.
The next createAuditEntry call writes into ENTRY_HEADER from byte 0 again ...
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.