issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:JavaScript is:public
Filter by
33.3M results
Bug Description
frontend/src/App.tsx line 648-649 hardcodes gssoc26 as a label for every GitHub issue created through the app:
const labels = isGssocLabelingEnabled ? [gssoc26, category] : [category]; ...
Bug Description
backend/utils/diffParser.js lines 27-35 only track added lines (+) and context lines ( ). Deleted lines (-) are
completely ignored. This means scanSecretsInChanges at backend/index.js:490 ...
Bug Description
backend/utils/signatureVerifier.js line 9 calls crypto.timingSafeEqual(Buffer.from(sig), Buffer.from(digest)) inside a
try-catch. If the two buffers have different lengths, timingSafeEqual ...
Bug Description
backend/index.js lines 131-143 define sanitizePrompt which searches for phrases like ignore above using simple
.indexOf() substring matching. This is bypassable:
- ignore all (double ...
Bug Description
.github/workflows/ci.yml has two jobs: build-frontend and check-backend. There is no job for the github-action/
directory, which has its own package.json and package-lock.json. Any breaking ...
Bug Description
Multiple places in frontend/src/App.tsx call JSON.parse(localStorage.getItem(...) || {}) without a try-catch wrapper. If
localStorage contains corrupted data (e.g., from a previous app ...
Bug Description
frontend/src/App.tsx line 43 initializes Mermaid with theme: dark and hardcoded dark theme variables (background:
#0f172a, etc.). When the user switches the app to light mode, the Mermaid ...
Bug Description
The GitHub Action in github-action/index.js uses response_format: { type: json_object } (line 140) when calling the Groq
API. However, the prompt instructs the model to return a JSON array ...

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.