issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Java
Filter by
3.2M results
Title
CORS Configuration Uses Wildcard Methods and Headers with Credentialed Requests
Labels
security · backend
Summary
The application s CORS middleware is configured with allow_credentials=True ...
Documentation Section
README
Current Issue
The README currently documents the following question endpoints:
- GET /api/questions
- POST /api/questions
- PUT /api/questions/:id
- DELETE /api/questions/:id ...
documentation
Context
The task-shipper mini-team has been redefined in the user s team library to be the full end-to-end pipeline (this was
formerly the separate ship-feature team). The committed codebase on main is ...
Sorun
cp-agent -q ile çalıştırılan Copilot worker ın stdout u, worker ın final yapılandırılmış raporu yerine ara düşünme (
thinking aloud ) metnini yakalıyor. Babysitter final raporu almak için transcript.jsonl ...
Component
runtime/common-json, specifically JsonGeneratorImpl (the implementation backing
JsonGeneratorEx/JsonEx.createGenerator()).
Bug
JsonGeneratorImpl.wrap(MutableDirectBufferEx buffer, int offset, ...
Bug: Missing Admin Role Check on Admin Routes
Description: The /api/admin routes only apply authMiddleware, which verifies the JWT is valid but does not check if the
user has an admin role. Any authenticated ...
Bug: Missing Authentication on Upload Route
Description: The /api/uploads route does not apply authMiddleware, meaning anyone can upload files without being
authenticated.
File: apps/api/src/routes/uploadRoutes.js ...
Bug: Missing Authentication on Payment Route
Description: The /api/payments route does not require authentication. Anyone can create payment intents without being
logged in.
File: apps/api/src/routes/paymentRoutes.js ...
Bug: Missing Input Validation on User Creation
Description: The POST /api/users endpoint does not validate input with Zod schema, unlike auth and job routes which use
proper validation. This allows arbitrary ...
📝 기능 개요 : 단일 레디스와 레디스 클러스터간의 성능 부하 테스트 코드 작성 및 로그 제거
🛠️ 작업 상세 내용
- [ ] 성능 부하 테스트 코드 작성 (단일, 클러스터 레디스 설정)
- [ ] 로그 코드 삭제
💡 참고 사항 (선택)
✨ feat

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.