Skip to content

validator bump causes regression #2662

@dfenerski

Description

@dfenerski

When you bumped validator you implicitly changed the uuid validation logic because of this merged PR on their side:

https://github.com/validatorjs/validator.js/pull/2421/files#diff-57e827a6b8de283f7e507720fa088f49752e19655e6e4d9fa5b3970a9a2c3416

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: needs triageIssues which needs to be reproduced to be verified report.type: fixIssues describing a broken feature.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions