Skip to content

Commit 2bc0402

Browse files
committed
Added mfa, dua and okta
1 parent 6a487a5 commit 2bc0402

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

security_model.py

+5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
'(de)?serializ', # consider
4949
'directory traversal',
5050
'dos', # consider
51+
'duo', # MFA provider
5152
'encript' + REGULAR_SUFFIX,
5253
'encription',
5354
'ensur(?:e|es|ed|ing)(\sthe)?\ssafety',
@@ -64,7 +65,10 @@
6465
'lockout',
6566
'malicious',
6667
'malware(?:s)?', #plural of malware is malware yet not all are aware
68+
'mfa', # Multi factor authentication
69+
'multi factor authentication',
6770
'nvd' # NVD
71+
'okta', # MFA provider
6872
'open redirect',
6973
'osvdb', # OSVDB
7074
#'overflow', # usually general
@@ -103,6 +107,7 @@
103107

104108
excluded_terms = ['https://secure', # A too common link in commits
105109
'error(?:s)? injection', # in tests
110+
'mfa frame' # seems unrelated
106111
]
107112

108113
def build_positive_regex():

0 commit comments

Comments
 (0)