issues Search Results · language:Edge language:Python language:PHP language:JavaScript linked:pr language:JavaScript
Filter by
4.8M results
Update the completed T-2026-0009 plan so its status and PR reference reflect merged #1517. Scope: docs-only; do not
touch ADR files, renderer code, tests, queue, or generated reports.
Target
public/file_uploader/index.js:57
Category
Security | Level: Intermediate
The Vulnerability
upload.array( myFile ) is called without a maxCount parameter. While each file is individually size-limited ...
Target
public/AI ChatBot/server.js:11-16
Category
Security | Level: Intermediate
The Vulnerability
Socket.io CORS is configured with origin: * , allowing any website to open WebSocket connections ...
🔎 Issue summary
An accessibility scan found an issue on the a href= https://cehfisher.github.io/a11y-scanner-demo/navigation.html
Navigation /a page: elements should not have tabindex greater than zero. ...
axe rule: tabindex
axe-scanning-issue
persona: Sam
scan-session: 2367
🔎 Issue summary
An accessibility scan found an issue on the a href= https://cehfisher.github.io/a11y-scanner-demo/navigation.html
Navigation /a page: the skip-link target should exist and be focusable. ...
axe rule: skip-link
axe-scanning-issue
persona: Sam
scan-session: 2367
현상
로그인으로 토큰을 발급받고, 그 토큰으로 내 프로필을 조회하는 흐름을 구현해야 한다. 또한 앱 부팅 시 토큰 검증·세션 복원을 하려면 GET /me 가 있어야 한다.
개선 방향
- POST /auth/login — 이름·비밀번호로 인증하고 JWT 액세스 토큰을 발급한다.
- GET /me — Bearer 토큰을 검증해 현재 사용자 프로필을 ...
Problem
GET /health currently reports a binary ready/unavailable plus index probe detail (_readiness() in mcp_server.py). For a
hosted replica, two things an operator wants at a glance are missing:
...
enhancement
Issue
The Service model does not enforce a minimum value on price:
// server/models/Service.js:21-23
price: {
type: Number,
required: true,
// no min constraint
},
An admin can create or update ...
code-improvement
Issue
contactService.deleteContact ignores the return value of findByIdAndDelete:
// contactService.js:24-26
const deleteContact = async (req) = {
await Contact.findByIdAndDelete(req.params.id); ...
code-improvement
🔎 Issue summary
The a href= https://cehfisher.github.io/a11y-scanner-demo/reflow.html Reflow /a page has text or interface content with
insufficient color contrast. The scanner flagged this because the ...
axe rule: color-contrast
axe-scanning-issue
persona: Alex
scan-session: 2350

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.