Go bug: UUID NewV7() always outputs "7000" prefix in browsers
A bug has been found in Go's standard library where the `uuid.NewV7()` function always produces a UUID containing "7000" instead of random values when running in browser environments via WebAssembly. This makes generated identifiers predictable rather than unique, posing a potential security and correctness risk. The issue has been reported on the official Go GitHub issue tracker.
Comments
No comments yet — be the first to weigh in 👇
No comments yet. Be the first!