Skip to content

Commit

Permalink
rename to strandhogg_check
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Jan 6, 2024
1 parent a18d054 commit b744d71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mobsfscan/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def do_checks(xml_path, p):
al = AppLinksCheck(findings, xml_path)
al.browsable_activity_check(app)
th = TaskHijackingChecks(findings, xml_path, target_sdk)
th.check(app)
th.strandhogg_check(app)
elif p.get('network-security-config'):
# Network Security Config
nsc = NetworkSecurityChecks(findings, xml_path)
Expand Down Expand Up @@ -348,7 +348,7 @@ def __init__(self, findings, xml_path, target_sdk):
self.xml_path = xml_path
self.target_sdk = target_sdk

def check(self, app):
def strandhogg_check(self, app):
"""Task Hijacking check."""
# Activities and Alias
for item in ('activity', 'activity-alias'):
Expand Down

0 comments on commit b744d71

Please sign in to comment.