pullrequests Search Results · language:Dune language:HTML language:JavaScript language:JavaScript language:HTML language:HTML
Filter by
121M results
🚨 Severity: LOW/MEDIUM 💡 Vulnerability: The FileUpload component used a weak pseudo-random number generator
(Math.random().toString(36)) to generate unique IDs for uploaded files. In certain contexts, ...
Closes #512
Problem
cacheUser declared as const on line 222 but reassigned on line 328, causing TypeError: Assignment to constant variable
runtime crash in /api/generate.
Fix
1. Changed const cacheUser ...
backend
bug
frontend
type:testing
🎯 What: The TESTING ONLY: Device Selector State section and its leftover state variables (hoveredNav and valuesVersion)
have been removed from src/App.tsx.
💡 Why: The code was explicitly marked as testing ...
ℹ️ Note
This PR body was truncated due to platform limits.
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| @radix-ui/react-alert-dialog (source) ...
Removed duplicate entries in the analysis of customer feedback and assumptions.
This PR contains the following updates:
| Package | Change | Age | Confidence |
| --- | --- | --- | --- |
| pnpm (source) | 10.34.1 → 10.34.3 | age | confidence |
Release Notes
details summary pnpm/pnpm ...
renovate
adjust task 03 and 06
What
Adds scripts/mcp_e2e_test.py — a single self-contained script that verifies a deployed Shield s MCP integration
end-to-end.
It runs four stages and prints [PASS]/[FAIL] per check (exit 0 only if ...
Bumps pinia from 2.1.7 to 2.3.1. details summary Release notes /summary p em Sourced from a href=
https://github.com/vuejs/pinia/releases pinia s releases /a . /em /p blockquote h2 pinia@2.2.6 /h2 p Please ...
dependencies
Fixes #487
Problem
scheduleRotation() checked clients.size 0 to decide whether to rotate immediately or defer. A frozen iOS PWA still has
an open TCP socket, so the rotation fired, token_rotate was broadcast ...