Skip to content

Commit fec3706

Browse files
authored
[HOTFIX] dep bups + Fix #2424
1 parent f6193dc commit fec3706

File tree

2 files changed

+76
-78
lines changed

2 files changed

+76
-78
lines changed

mobsf/MobSF/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
from . import settings
5353

54-
bundle_id_regex = r'(?P<bundle_id>([a-zA-Z]{1}[\w.-]{1,255}))$'
54+
bundle_id_regex = r'(?P<bundle_id>([a-zA-Z0-9]{1}[\w.-]{1,255}))$'
5555
checksum_regex = r'(?P<checksum>[0-9a-f]{32})'
5656
paginate = r'(?P<page_size>[0-9]{1,10})/(?P<page_number>[0-9]{1,10})'
5757

0 commit comments

Comments
 (0)