issues Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:Java
Filter by
39.8M results
Vulnerability
backend/src/modules/auth/service.js lines 41-55 — the login flow has three distinct branches:
1. Email does not exist → recordLoginAttempt(email, ip, false) + throw Invalid credentials ...
Advanced level
security
📌 Refactor Description
- 재고 차감 처리 시 분산락 내부에서 수행되는 작업 범위를 검토하고, 동시성 제어가 필요한 핵심 로직과 단순 조회/응답 생성 로직을 분리합니다.
- 현재 재고 차감 흐름에서는 상품 조회, 재고 조회, 재고 차감, 응답 생성이 하나의 처리 흐름 안에 포함되어 있습니다.
동시성 제어가 필요한 핵심 구간은 ...
refactor
Summary
mapping template works when values are defined directly in the form (values=a,b,c|mapping template=foo), but fails when
values come from an SMW property (property=bar|mapping template=foo).
Steps ...
bug
Is your feature request related to a problem? Please describe. The agreed direction for attestation modes (#9640) is
that monitor should be permissive — validate and log attestation-trust problems but ...
comp-jans-fido2
enhancement
kind-feature
Vulnerability
backend/src/app.js line 11 sets trustProxy: true. Per Fastify docs this means trust all proxies — the leftmost IP in
X-Forwarded-For becomes request.ip, which is then written verbatim into ...
Advanced level
security
Vulnerability
backend/src/modules/team/routes.js PATCH /members/:id/manager does:
const wouldCycle = await checkHierarchyAccess(req.params.id, manager_id);
if (wouldCycle) return reply.status(400).send({ ...
Advanced level
security
Task Description
看一下我现在装了哪些skikls,并给我分门别类整理出来
Priority
Normal
Auto-reported by camofox-crash-reporter. All data is anonymized.
Environment
- version: 1.7.2
- node: v25.8.2
- platform: darwin
- uptime: 77471 min
Resources
- node RSS: 18 MB
- node heap: ...
auto-report
likely-sleep
stuck

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.