NCATComp410 / comp410_spring_2024

COMP410 spring 2024 semester
MIT License
3 stars 0 forks source link

Anonymized test #68

Open NicolasHarris opened 5 months ago

NicolasHarris commented 5 months ago

As a team our PII's have been correctly anonymized. For each case where a note uses a PII, the tool correctly identified each individual one. For the cases where there was an invalid PII a different reference was displayed.

ekfaulkner commented 5 months ago

No anonymization issues were found for the IPv4 address.

jbrockington commented 5 months ago

No anonymization issues were found for the US Passport.

JD84395 commented 5 months ago

Found no issues with anonymizing the credit card.

claesmk commented 5 months ago

@JD84395 do you think the line containing credit card anonymization could be improved? What is ?

Customer contacted the billing <IN_PAN> to update their CC from <CREDIT_CARD> to <CREDIT_CARD>
JD84395 commented 5 months ago

@JD84395 do you think the line containing credit card anonymization could be improved? What is ?

Customer contacted the billing <IN_PAN> to update their CC from <CREDIT_CARD> to <CREDIT_CARD>

I don't know what is. Nothing in my code initializes that as a variable. I didn't see it used in any other class function in the entire project. Maybe there's something in the results.txt?