Closed claesmk closed 1 year ago
When is the UUID invalid ?
When is the UUID invalid ?
The goal here is to detect a potential UUID in the 8-4-4-4-12 format. Any hex string in this format could be considered valid, as far as I know, per the RFC
What is a real-world example of a UUID that uses hexadecimal numbers?
Description: A UUID or universally unique identifier can potentially be used to personally identify an individual.
While there can be multiple types of UUIDs, this issue will focus on the 8-4-4-4-12 format, for example:
Detection Steps: Python code will be developed which will detect hexadecimal numbers in the 8-4-4-4-12 format