dry-rb / dry-logic

Predicate logic with rule composition
https://dry-rb.org/gems/dry-logic/
MIT License
179 stars 66 forks source link

correct insecure uuid_v4? predicate regexp #69

Closed kml closed 4 years ago

kml commented 4 years ago

\A and \z should be used to mark start and end of string. In other case it will accept strings that for sure are not valid uuids (but include them in one of lines)

dry-bot commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 1

See the complete overview on Codacy

solnic commented 4 years ago

Thanks. This was released in 1.0.6.