We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6193dc commit fec3706Copy full SHA for fec3706
mobsf/MobSF/urls.py
@@ -51,7 +51,7 @@
51
52
from . import settings
53
54
-bundle_id_regex = r'(?P<bundle_id>([a-zA-Z]{1}[\w.-]{1,255}))$'
+bundle_id_regex = r'(?P<bundle_id>([a-zA-Z0-9]{1}[\w.-]{1,255}))$'
55
checksum_regex = r'(?P<checksum>[0-9a-f]{32})'
56
paginate = r'(?P<page_size>[0-9]{1,10})/(?P<page_number>[0-9]{1,10})'
57
0 commit comments