ID:55:Original : The VIN came back invalid. We were able to search by US driver's license ######## and find the vehicle information.
ID:55:Anonymized: The VIN came back invalid. We were able to search by driver's license and find the vehicle information.
The current output correctly anonymized the users drivers license as seen in the original and anonymized output. The code does not account for a VIN number being found. In both the original ID and anonymized ID the vin number would have been exposed if it came back valid. This would lead to a pii leak.
ID:55:Original : The VIN came back invalid. We were able to search by US driver's license ######## and find the vehicle information. ID:55:Anonymized: The VIN came back invalid. We were able to search by driver's license and find the vehicle information.
The current output correctly anonymized the users drivers license as seen in the original and anonymized output. The code does not account for a VIN number being found. In both the original ID and anonymized ID the vin number would have been exposed if it came back valid. This would lead to a pii leak.