issues Search Results · language:Dune language:JavaScript language:JavaScript language:HTML language:JavaScript
Filter by
25.6M results
Versions should have a source flag that you can filter for.
This is to split it apart from just having a steam mapping on the title. this way you can filter for what you own and
what you have imported ...
enhancement
Summary
routingService.js s getRoute function calls fetch(url) with no timeout and no AbortController. A hung or slow Mapbox
connection never rejects — the promise stays pending indefinitely.
When this ...
backend
bug
high-priority
Summary
addPendingOrder in simulationEngine.js silently no-ops when !running:
export function addPendingOrder(order) {
if (!running) return; // ← silently dropped
pendingQueue.set(order._id.toString(), ...
backend
bug
high-priority
simulation
Summary
Rider objects have two different shapes depending on their source:
- Socket tick payload (simulation:tick): uses lat / lng fields
- REST API response (GET /riders): uses latitude / longitude ...
bug
frontend
high-priority
thinking
working!
Summary
H10 — Auth token in localStorage with no CSP
The JWT auth token is stored in localStorage and read back on every request via axios interceptors. Any same-origin
JavaScript (including future XSS ...
bug
frontend
high-priority
security
现象
在 Supabase Dashboard 查看 public.session_records(当前 24 行)时,多列大量为 null 或空值,与「前端上传了什么、库里应存什么」的预期不一致,影响研究数据导出与分析。
数据库实测(2026-06-30 查询)
| 列名 | null/空 行数 | 说明 |
| --- | --- | --- |
| quiz_type | 24 / 24 ...
Summary
Four related security issues that together make the API fully open:
H6 — No rate limiting
The login endpoint (POST /auth/login) has no rate limiting. bcrypt comparisons are CPU-expensive, making ...
backend
bug
high-priority
security
Summary
H3_CANDIDATE_K=2 limits allocation candidates to riders within ~2-3km of the restaurant. Several seeded riders (BIT
Mesra, Hundru Falls — 12-25km from city center) are permanently excluded from ...
backend
bug
high-priority
simulation
문제
미들웨어가 쿠키(admin_token)를 검사하는데, 로그인 시 localStorage에만 저장하고 쿠키를 설정하지 않아 /admin 접근 시 무한 로그인 루프 발생
수정
admin role 분기에서 document.cookie로 admin_token 동시 저장

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.