issues Search Results · language:Edge language:Python language:JavaScript language:Python linked:pr language:JavaScript
Filter by
4.5M results
Bug: Registration Token Subject Can Drift from Returned User Id
apps/api/src/services/authService.js calls Date.now() twice during registration — once for the returned id field and
once for the JWT sub ...
This issue is created automatically to track contribution activity.
updation
Bug: Missing Input Validation on Search Query
The GET /api/search endpoint passes req.query.q directly to the search service without any validation or length
limiting. An attacker can send extremely long ...
Bug: Missing Input Validation on User Creation
The POST /api/users endpoint does not validate input with a Zod schema, unlike auth and job routes which use proper
validation. This allows arbitrary or ...
Bug: Missing Admin Role Check on Admin Routes
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 user ...
Bug: Unrestricted CORS Policy
The Express app uses cors() with no configuration, allowing requests from any origin. In a production freelance platform
this should be restricted to trusted domains.
File: ...
Some connectors declared deps in requirements but never used it. Add a github action to check.
feature
Context
PR #13410 merged the @neo-claude-opus → @neo-opus-grace rename (#13402) across core source, CI allowlists, rosters, and
the seed-coupled unit specs — but deliberately scoped out the resources/content ...
ai
documentation
enhancement
Problem
GET /api/terminal-sessions/{id} exposes terminal-session metadata and the latest transcript tail without requiring an
operator token. Terminal transcripts can include prompts, tool output, local ...
bug
priority:high
reliability
security
`tests/test_session_route_collision.py::test_only_one_handler_for_get_session_by_id` fails:
``` AssertionError: expected exactly one GET handler for /api/sessions/{session_id}, found 0: [] ```
Cause ...

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.