rapid7 / le_lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uuid.UUID should be used for validating an uuid

udangel-r7 opened this issue · comments

we should NOT use a regex for validating an UUID

commented

sticking to regex as per this discussion and this example. Current implementation doesn't affect performance or functionality in any way.