C++: Loosen a few constraints slightly.

This commit is contained in:
Geoffrey White
2022-03-28 10:41:37 +01:00
parent 850646b8ba
commit 18f80eb3e3
3 changed files with 11 additions and 5 deletions

View File

@@ -18,13 +18,13 @@ private string privateNames() {
[
// Inspired by the list on https://cwe.mitre.org/data/definitions/359.html
// Government identifiers, such as Social Security Numbers
"%social%security%number%",
"%social%security%",
// Contact information, such as home addresses and telephone numbers
"%postcode%", "%zipcode%", "%telephone%",
// Geographic location - where the user is (or was)
"%latitude%", "%longitude%",
// Financial data - such as credit card numbers, salary, bank accounts, and debts
"%creditcard%", "%salary%", "%bankaccount%",
"%credit%card%", "%salary%", "%bank%account%",
// Communications - e-mail addresses, private e-mail messages, SMS text messages, chat logs, etc.
"%email%", "%mobile%", "%employer%",
// Health - medical conditions, insurance status, prescription records