From 4ff5eff31701ef60df2d02a11e8fdc74e31ef023 Mon Sep 17 00:00:00 2001 From: "Ajin.Abraham" Date: Fri, 5 Jan 2024 17:11:05 -0800 Subject: [PATCH] Add a missing comma --- mobsfscan/manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobsfscan/manifest.py b/mobsfscan/manifest.py index 2e44051..382e88b 100644 --- a/mobsfscan/manifest.py +++ b/mobsfscan/manifest.py @@ -348,7 +348,7 @@ def assetlinks_check(self, intent): add_finding( self.findings, self.xml_path, - rule + rule, (w_url, rcode))