Skip to content

issues Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML language:JavaScript

Filter by

61.6M results  (769 ms)

61.6M results

Summary In the half-open state the breaker releases its lock before the trial call, so N callers arriving after cooldown all probe the unhealthy dependency concurrently instead of one trial deciding for ...
bug
phase-4

Summary The OpenTelemetry + structlog observability story is exported but inert at runtime. Logging falls back to stdlib at startup and tracing emits zero spans, despite the dependency being declared ...
bug
observability

Description Role-based access control is implemented inconsistently across routes. While most routes check session[ role ] before processing, the approach varies: - Some routes use a helper-like pattern ...
enhancement
security

Description There is currently no way to delete a quiz from the application. Questions can be deleted, but the quiz itself (along with all associated data) cannot be removed through the UI. Additionally, ...
enhancement

Description Server-side input validation is minimal throughout the application. Most routes only check if parameters exist (non-null checks), but do not validate format, length, range, or sanitize input. ...
enhancement
security

Summary The diagnosis path is single-shot but not deterministic: the Anthropic call sets no temperature/top_p/seed, so it runs at the API default temperature (1.0). Calling it deterministic overstates ...
bug
phase-5

Summary The webhook handler marks the Redis idempotency key (SET NX EX 24h) before the incident is persisted, with no compensating rollback if persistence fails. A transient DB failure on first delivery ...
bug
phase-3

Description The application creates a new database connection for every request and closes it at the end. This is inefficient for a web application and will not scale well under concurrent load. Current ...
enhancement

Description Every HTML template in the project duplicates the full HTML structure (DOCTYPE, head, navigation bar, styles/scripts imports, etc.). This violates the DRY (Don t Repeat Yourself) principle ...
enhancement
refactor

Description Several pages fetch and display all records without any pagination. As the application grows with real usage, these pages will become slow and unusable with large datasets. Affected Pages ...
enhancement
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

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 Issues
ProTip! Restrict your search to the title by using the in:title qualifier.