issues Search Results · language:Dune language:Python language:JavaScript language:Java language:HTML language:JavaScript
Filter by
61.5M results
Description
apps/web/next.config.js exports an empty configuration object:
const nextConfig = {};
module.exports = nextConfig;
Next.js does not add security response headers by default. Without explicit ...
Description
apps/api/src/app.js applies the global apiLimiter middleware before the /health route:
app.use(apiLimiter); // applied to everything
app.get( /health , ...);
The apiLimiter is set to 200 ...
Description
apps/api/src/controllers/authController.js and apps/api/src/services/authService.js implement the token-refresh flow
without accepting or validating any credentials:
// authController.js ...
Description
apps/api/src/app.js configures CORS with no origin restriction:
app.use(cors());
Calling cors() with no options sets Access-Control-Allow-Origin: *, which means any origin on the internet ...
Problem
src/api/audit.py returns a hard-coded summary.case_id and sections.case.case of Case 11 for every shoulder input, with
no routing on speed or speed reduction. The value is a hard-coded constant ...
audit-trail
bug
mutcd-compliance
priority-medium
Problem
Once a scan job is running, the UI has no way to stop it. Users can see progress, but if they started the wrong mode,
selected the wrong paths, or a long-running operation takes too long, their ...
documentation
enhancement
Getting Started with GitHub Copilot
img alt= original github octocat src= https://octodex.github.com/images/original.png align= left height= 80px /
👋 Hey there @hai262626! Welcome to your Skills exercise! ...
Bug Description Here s clean feedback ready to paste into /feedback:
Feature Request: TeammateSpawning hook for agent teams
Summary
When using agent teams, there s currently no way to inspect or intercept ...
I want to add Thai to the translation output. Can I add it manually?
Contexto: Teste
tests/unit/test_identify_expiring_documents_use_case.py::TestIdentifyExpiringDocumentsUseCase::test_document_repository_failure_raises_runtime_error
falha porque o use case deixa a Exception ...
agente:dev
bug
priority:normal
size:small

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.