diff --git a/leak-utils/parquet/suggestions.go b/leak-utils/parquet/suggestions.go index e69c291..0d05c68 100644 --- a/leak-utils/parquet/suggestions.go +++ b/leak-utils/parquet/suggestions.go @@ -56,6 +56,7 @@ var ( "streetaddress": "address", "ville": "city", "pays": "country", + "courriel": "email", "mail": "email", "zip": "postal_code", "postalcode": "postal_code", @@ -68,6 +69,7 @@ var ( "passwordhashed": "password_hash", "passwd": "password", "birthdate": "birth_date", + "datedenaissance": "birth_date", "dob": "birth_date", "dateofbirth": "birth_date", "datenaissance": "birth_date", @@ -76,6 +78,7 @@ var ( "datedecreation": "creation_date", "createdat": "creation_date", "phonenumber": "phone", + "telephone": "phone", "numero": "phone", "numerotelephone": "phone", "numeromobile": "phone",