issues Search Results · language:Dune language:JavaScript language:Java language:Java language:JavaScript language:Java
Filter by
33.2M results
Parent bounty: #743
Bug
apps/api/src/services/jobService.js spreads payload AFTER setting id and status, so caller can override both:
export async function createJob(payload) {
const job = { id: `job_${Date.now()}`, ...
Description
Two new REST endpoints were added and should be exposed by the agentic-tools MCP server
(core-web/libs/agentic-tools/scripts/generate-spec.ts):
- /api/v2/assets — read/write file assets ...
Automated security monitor detected a failure.
- Workflow: Security Alerts Monitor
- Run: https://github.com/HabibUrRehmanBhattii/Final-Ehtics-MCQS/actions/runs/27644012671
- Commit: c593326450559d56f22d7c88d5c40bb235f68ff3 ...
alert
security
urgent
Parent bounty: #743
Bug
apps/api/src/services/notificationService.js stores and returns the same object:
export async function listNotifications() {
return notifications; // direct array reference ...
Acceptance Criteria:
- ResourceNotFoundException created
- DuplicateResourceException created
- GlobalExceptionHandler
- Exceptions compile successfully
- Ready for use in service layer
Dependencies ...
Parent bounty: #743
Bug
apps/api/src/services/messageService.js returns mutable internal state:
export async function listMessages() {
return messages; // direct array reference
}
export async function ...
Parent bounty: #743
Bug
apps/api/src/services/proposalService.js stores proposals in a module-level array but exposes it directly:
export async function listProposals() {
return proposals; // returns ...
Описание Проверка механизма идемпотентности при повторной отправке запроса на создание транзакции с одним и тем же
значением заголовка X-Idempotency-Key. Согласно Swagger-документации, при повторном использовании ...
✨ 구현할 기능
📝 TODO
- [ ]
🎸 기타
🤖 AN
🔧 refactor
img width= 1117 height= 840 alt= Image src=
https://github.com/user-attachments/assets/5c7bd86f-59bf-42f3-9e08-f034db4c49a5 /
User can not enter more than 3 number in AGE field, add validation to it
GSSOC 26
level:beginner
type:bug

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.