issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:JavaScript linked:pr
Filter by
2.2M results
Severity: Critical · Area: qa
What
The CI Beryl replay assertion only requires history.to to ever contain IMMINENT and the final level to be ALL_CLEAR. It
does not assert:
- the full ladder WATCH ...
area:qa
audit
bug
severity:critical
Severity: Critical · Area: qa
What
There is no test that exercises dispatchAlert() at all. The whole point of this service is level rises →
email/SMS/webhook/push fires once on transition, yet:
- ...
area:qa
audit
bug
severity:critical
Severity: Critical · Area: infra · security
What
The CloudFront distribution is the only public entry point but has no WAFv2 web ACL attached. No rate limiting, no AWS
Managed Rules (Common, Known Bad ...
area:infra
audit
bug
severity:critical
Complete and refine all tests for units and integrations to cover edge cases and failures. Ensure 100% test pass rate
with npm test or node --test . Expand README.md with:
- detailed setup instructions ...
completed
docs
in-progress
tests
Severity: Critical · Area: backend · performance
What
setInterval(tick, intervalMs) fires regardless of whether the previous async tick() is still running. When any of the
upstream fetches (NHC, advisory, ...
area:backend
audit
bug
severity:critical
Implement new GET /stats endpoint to report aggregate statistics:
- total items
- counts of UNIQUE, RARE, COMMON items
- frequency distribution of hashes Data gathered dynamically from MongoDB aggregation ...
api
completed
feature
in-progress
Severity: Critical · Area: security · backend
What
/api/subscribe accepts any endpoint URL as long as the body shape matches. Three compounding issues:
1. SSRF — addSubscription() (src/push.mjs:71-88) ...
area:security
audit
bug
severity:critical
Create src/routes/cli.js exposing CLI commands:
- add-item: takes input parameters, validates, adds a new item via service layer
- search-items: performs search with optional uniqueness filter and ...
cli
completed
feature
in-progress
Extend GET /items endpoint to accept query parameters filtering by uniquenessTag (UNIQUE, RARE, COMMON), sort results by
createdAt or relevance, support page/limit pagination. Implement comprehensive query ...
api
completed
feature
in-progress
Implement src/services/uniquenessService.js that:
- Computes hash of item content (use src/utils/hash.js)
- Tracks frequency counts of hashes in DB
- Tags items as UNIQUE (hash count 1), RARE (count ...
business-logic
completed
feature
in-progress

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.