Adds new operator to check for data leakage of Austrian social security number

This commit is contained in:
Rufus125
2019-03-27 15:14:57 +01:00
committed by Felipe Zimmerle
parent 6d266fae85
commit 86ce479b59
11 changed files with 7376 additions and 7105 deletions

View File

@@ -225,6 +225,7 @@ OPERATORS = \
operators/verify_cc.cc \
operators/verify_cpf.cc \
operators/verify_ssn.cc \
operators/verify_svnr.cc \
operators/within.cc \
operators/unconditional_match.cc