Skip to content

Commit

Permalink
dep bups + Fix #2424
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 8, 2024
1 parent f6193dc commit fc5e98a
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 78 deletions.
2 changes: 1 addition & 1 deletion mobsf/MobSF/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

from . import settings

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}))$'
checksum_regex = r'(?P<checksum>[0-9a-f]{32})'
paginate = r'(?P<page_size>[0-9]{1,10})/(?P<page_number>[0-9]{1,10})'

Expand Down
Loading

0 comments on commit fc5e98a

Please sign in to comment.