Skip to content

Commit

Permalink
Merge branch 'master' into ios_dyn
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham authored Dec 2, 2023
2 parents 4de9e5d + 4685d8e commit 60b1e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def clean_file(self):
or ('..' in file) or ('%252e' in file)):
raise forms.ValidationError('Attack Detected')
# Allowed File extensions
supported_ext = (r'^\.(java|smali|xml|'
supported_ext = (r'^\.(kt|java|smali|xml|'
r'plist|m|swift|'
r'db|sqlitedb|sqlite|txt|json)$')
if not re.search(supported_ext, Path(file).suffix):
Expand Down

0 comments on commit 60b1e8d

Please sign in to comment.