issues Search Results · language:Dune language:JavaScript language:JavaScript language:JavaScript linked:pr linked:pr
Filter by
83.2k results
Problem
Searching greenwich shows only US results in the dropdown; the famous Greenwich in London (home of GMT / the prime
meridian) never appears.
Cause
We assumed Open-Meteo s geocoding is population-ranked, ...
Implementar un toggle light dark por defecto estara en modo oscuro pero el swith debe cambiar el modo a light.
Bug: Proposal Creation Accepts Records Missing Estimated Duration
The POST /api/proposals endpoint has no Zod validation, so it accepts proposals without the required estimatedDuration
field. This means ...
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 ...
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: ...
Summary
A transaction with a far-future timestamp can be admitted into a node s unconfirmed transaction pool if it arrives via
P2P gossip from another node instead of through the Public API. The future-timestamp ...
Blockchain
bug
Nodes
Security

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.