intentionet / netconan

netconan - a Network Configuration Anonymizer
Apache License 2.0
145 stars 12 forks source link

netconan: anonymize sensitive words in a case-sensitive way #148

Closed dhalperi closed 3 years ago

dhalperi commented 3 years ago

We made sensitive words case-insensitive so that users don't have to know in advance all possible cases in which they appear. E.g., Intentionet, intentionet.

However, despite matching any case, we should anonymize each case separately. This will leak less information if for some reason one occurrence is guessable, otherws will not.


This change is Reviewable