issues Search Results · language:Edge language:Python language:JavaScript language:JavaScript linked:pr language:JavaScript
Filter by
4.5M results
Checklist
- [ ] The error occurs when using our provided Docker image. (Logic bug in the OpenAI→HF render path; independent of
the container — reproducible from a plain apply_chat_template call.) ...
Parent
Follow-up under #1882.
Keeps #1882 open.
Context
Recent Scout KV foundation work completed:
- #2584 / PR #2585: KV skeleton activation gates.
- #2586 / PR #2588: KV live storage key/value ...
tech
Give the extension popup a softer look by rounding its outer corners.
Currently the popup body has no explicit background/border, so Chrome draws the popup window with square corners. Add a
small border-radius ...
Parent bounty: #743
Bug
uploadController.js returns 201 Created with status: no-file when no file is uploaded:
export async function uploadFile(req, res) {
return ok(res, {
filename: req.file?.originalname ...
Parent bounty: #743
Bug
env.js allows jwtSecret to fall back to development-secret in production with no validation:
jwtSecret: process.env.JWT_SECRET ?? development-secret ,
If JWT_SECRET is not ...
Parent bounty: #743
Bug
app.js configures CORS with no origin restrictions:
app.use(cors());
This allows any origin to make authenticated cross-origin requests to the API, making it trivially exploitable ...
Thesis
A stronger judge-facing dashboard should make three things visually obvious without widening claims: (1) where Qwen
evidence entered the system, (2) how the local planner deconflicted agent motion, ...
Parent bounty: #743
Bug
app.js applies apiLimiter AFTER express.json():
app.use(express.json());
app.use(apiLimiter);
This means the body is fully parsed before rate limiting occurs. A malicious actor ...
Parent bounty: #743
Bug
createJobSchema in apps/api/src/validators/job.js allows inverted budget ranges where budgetMin budgetMax:
budgetMin: z.number().nonnegative(),
budgetMax: z.number().nonnegative(), ...

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.