issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript language:Python language:Java
Filter by
55.3M results
Descripción
Agregar límite de intentos al login para reducir ataques de fuerza bruta.
Tareas
- [ ] Instalar express-rate-limit.
- [ ] Aplicar rate limit a /api/auth/login.
- [ ] Configurar máximo ...
backend
prioridad: alta
security
sprint-03-julio
test
id: feedback-bug-penpot-setup-with-penpot-mcp-json-deploy-project-mcp-server doc_type: framework-feedback status: approved deps: []
!-- generated by cataforge feedback bug at 2026-06-25T04:25:43+00:00 ...
bug
When looking at the edit history of a question you ll see the timestamp in UTC or something, not local time. Always show
it in local time.
Description
The project currently uses PasswordEncoderConfig for password hashing:
@Bean
public BCryptPasswordEncoder passwordEncoder() {
return new BCryptPasswordEncoder();
}
While BCrypt remains ...
What to build
Create scripts/generate_changelog_entry.py:
- Compares feature specs against the last release tag
- Extracts What it does and endpoint impact tables from changed specs
- Generates ...
enhancement
Note: #6018 was also for this test, but it was closed more than 10 days ago. So, I didn t mark it flaky.
commit: 35edd832a0f275c24ae96f7f76eee007ff771031 buildURL: Build Status, Sponge status: failed ...
flakybot: issue
priority: p1
type: bug
Note: #6293 was also for this test, but it was closed more than 10 days ago. So, I didn t mark it flaky.
commit: 35edd832a0f275c24ae96f7f76eee007ff771031 buildURL: Build Status, Sponge status: failed ...
flakybot: issue
priority: p1
type: bug
Impact
NativeToolSearchCallPart.tool_name is annotated as Literal[ tool_search ], but the class docstring explicitly states **
Discrimination drives off tool_kind **. The literal constraint is over-restrictive: ...
bug
roundtrip-sweep
The biggest bug is a critical configuration error in the server/index.js file where the CORS (Cross-Origin Resource
Sharing) middleware is initialized multiple times.
First, the application calls app.use(cors()) ...
목적
티켓팅 오픈 직후 발생하는 대규모 동시 요청을 제어하기 위한 대기열 도메인을 설계한다. 대기열은 사용자가 바로 좌석 선택 단계로 진입하지 않고, 순서에 따라 입장하도록 제어하는 역할을 한다.
작업 내용
- [ ] WaitingQueueEntry 도메인 설계
- [ ] 대기열 상태 정의
- [ ] queueToken 정책 검토
- [ ...

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.