issues Search Results · language:Dune language:JavaScript language:Java language:JavaScript linked:pr language:Java
Filter by
3.2M results
- Scope: Eliminate hardcoded credentials and ensure environment variables are validated at startup.
- Tasks:
- [ ] Create .env.example with clear placeholders.
- [ ] Add a runtime startup ...
Optimization
Context
Discussion #13441 graduated into #13444, defining the v14 Institution Cockpit direction: a harness home / common
operating picture over the Agent OS and live application possession surfaces. ROADMAP ...
ai
architecture
documentation
enhancement
model-experience
enhancement
master
Bug
postMessage passes req.body directly to sendMessage() with no Zod validation. Messages with missing recipient or content
are accepted.
File: apps/api/src/controllers/messageController.js
This issue ...
Bug
postReview passes req.body directly to createReview() with no Zod validation. Malformed or empty payloads create
incomplete review records.
File: apps/api/src/controllers/reviewController.js
This ...
Bug
listMessages() returns the internal messages array directly. A caller can mutate it, corrupting service state.
File: apps/api/src/services/messageService.js
This issue is limited only to the creator ...
Bug
listReviews() returns the internal reviews array directly. A caller can push, splice, or modify it, corrupting the
service state.
File: apps/api/src/services/reviewService.js
This issue is limited ...
Bug
POST /api/reviews has no authMiddleware. Any unauthenticated caller can create reviews.
File: apps/api/src/routes/reviewRoutes.js
This issue is limited only to the creator of this issue. This means ...
Bug
POST /api/messages has no authMiddleware. Any unauthenticated caller can send messages.
File: apps/api/src/routes/messageRoutes.js
This issue is limited only to the creator of this issue. This means ...
📝 어떤 기능인가요?
SonarCloud 정적 분석에서 제기된 Java 및 HTML 코드 품질 이슈를 수정합니다.
💻 어떤 작업을 하실 건가요?
LocalDateTime timezone 누락 (java:S6347)
- [ ] PaymentService.java — LocalDateTime.now() → ZonedDateTime.now(ZoneId.of( ...
🐛 bug
✨ feat
♻️ refactor

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.