NCATComp410 / comp410_fall_2024

COMP410fFall 2024 semester class project
MIT License
0 stars 0 forks source link

Investigate US_DRIVERS_LICENSE #95

Open JorDaFool opened 6 days ago

JorDaFool commented 6 days ago

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.