Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Nov 18, 2024
1 parent b816ad4 commit 43b666e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mobsf/MobSF/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

logger = logging.getLogger(__name__)

VERSION = '4.2.0'
VERSION = '4.2.1'
BANNER = r"""
__ __ _ ____ _____ _ _ ____
| \/ | ___ | |__/ ___|| ___|_ _| || | |___ \
Expand Down
2 changes: 1 addition & 1 deletion mobsf/StaticAnalyzer/views/common/async_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def async_analysis(checksum, app_name, func, *args):
created_at__gte=timezone.now() - timedelta(minutes=60),
).exists()
if recent_task_exists:
logger.info('Analysis already in progress')
logger.info('Analysis already completed or in progress')
return HttpResponseRedirect('/tasks')
# Clear old tasks
queue_size = settings.QUEUE_MAX_SIZE
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mobsf"
version = "4.2.0"
version = "4.2.1"
description = "Mobile Security Framework (MobSF) is an automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis."
keywords = ["mobsf", "mobile security framework", "mobile security", "security tool", "static analysis", "dynamic analysis", "malware analysis"]
authors = ["Ajin Abraham <[email protected]>"]
Expand Down

0 comments on commit 43b666e

Please sign in to comment.