mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-03-22 03:55:26 +00:00
is valid. This causes an issue when a false uuid is used and then produces a EntityNotFoundException when trying to access an attribute of the object returned. These changes address either not using that specific call and changing to one that will return null if the uuid is invalid. But also using the exists function of the repository to verify an invalid uuid.