issues Search Results · language:Dune language:TypeScript language:JavaScript linked:pr language:Java
Filter by
6.5M results
Description\n\nIn suggestEditSchema, the changes record object is not validated for minimum fields, permitting users to submit empty suggestions.\n\n### Fix\n\nAdd a Zod refinement to verify that changes ...
gssoc
type:bug
type:feature
The chat-discord target relies on TypeScript unions for distribution and OAuth scopes, but runtime config can still pass
unsupported strings. Invalid values can be written into dry-run manifests and invite ...
Description\n\nIn BlogService.update, generating a slug for an existing title checks findUnique({ where: { slug } }) which matches the current post itself. This causes the service to append -${Date.now()} ...
gssoc
type:bug
Describe the bug
Bug Report
Description
In AnalyticsDashboard.jsx, getInitialCheckins and getInitialLiveCount are defined as const arrow functions inside the
component body. They are passed as lazy ...
bug
Description\n\nIn updateProfileSchema, the skills array is limited to 20 items, but the length of each individual skill string is unconstrained, allowing massive string payloads.\n\n### Fix\n\nLimit each ...
gssoc
type:bug
type:security
Description\n\nIn regularizeSchema, check-in/check-out times can be submitted as future times. Also, check-out can be configured before check-in.\n\n### Fix\n\nAdd Zod refinements to ensure check-out is ...
gssoc
type:bug
type:feature
Bug
`src/app/api/goals/route.ts` uses `insertData as any` with an `eslint-disable` comment when inserting into Drizzle. This
bypasses type checking on the insert call and could silently accept invalid ...
bug
status: review
Description\n\nReimbursement creation and updates accept an unlimited number of receipt URLs, exposing the platform to database abuse.\n\n### Fix\n\nAdd a maximum length check .max(10) to the receiptUrls ...
gssoc
type:bug
type:feature
Breakthrough: on-device diagnostic captured
The inline blank-probe finally fired on the failing device (Edge/iOS). State:
bundleRan=true ← app loaded and ran fine (not a load/chunk/SW failure) ...
bug
Description\n\nCurrently, the duration of face violations in submitTestSchema accepts negative numbers, which is invalid.\n\n### Fix\n\nUpdate the schema to ensure duration is non-negative.
gssoc
type:bug
type:testing

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.