-
Notifications
You must be signed in to change notification settings - Fork 848
Open
Labels
status: needs triageIssues which needs to be reproduced to be verified report.Issues which needs to be reproduced to be verified report.type: fixIssues describing a broken feature.Issues describing a broken feature.
Description
When you bumped validator you implicitly changed the uuid validation logic because of this merged PR on their side:
As a result after class-validator bump, some plain @IsUUID() validation checks on regular "correctly generated UUIDS" stop working. E.g. SQL Server generated UUIDs, which are all uppercase.
## [0.14.3](https://github.com/typestack/class-validator/compare/v0.14.1...v0.14.3) (2025-11-24)
- Fixed a vulnerability by bumping validator.js ([#2638](https://github.com/typestack/class-validator/pull/2638) by [@weikangchia](https://github.com/weikangchia))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs triageIssues which needs to be reproduced to be verified report.Issues which needs to be reproduced to be verified report.type: fixIssues describing a broken feature.Issues describing a broken feature.