ChromeDevTools / ChromeDevTools/vite-plugin-devtools-json
Bump uuid version due to https://github.com/advisories/GHSA-w5hq-g745-h8pq
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 405
- Forks
- 23
- Avg merge
- 5h 43m
- Merged PRs (30d)
- 1
Description
uuid: Missing buffer bounds check in v3/v5/v6 when buf is provided
Description
v3, v5, and v6 accept external output buffers but do not reject out-of-range writes (small buf or large offset). By contrast, v4, v1, and v7 explicitly throw RangeError on invalid bounds.
This inconsistency allows silent partial writes into caller-provided buffers.
Links
https://github.com/advisories/GHSA-w5hq-g745-h8pq
https://github.com/uuidjs/uuid
https://github.com/uuidjs/uuid/commit/3d2c5b0342f0fcb52a5ac681c3d47c13e7444b34
https://github.com/uuidjs/uuid/releases/tag/v14.0.0
https://github.com/uuidjs/uuid/security/advisories/GHSA-w5hq-g745-h8pq
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the dependency declaration for uuid and review the linked advisory and uuid v14.0.0 release; done means the dependency is updated and the project’s existing checks pass without the vulnerable version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- security, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 70/100