From bc628325972a5464dd4b415f97145f2de55db278 Mon Sep 17 00:00:00 2001 From: Christopher Sims Date: Fri, 14 Mar 2025 08:53:57 -0700 Subject: [PATCH 1/4] Added .mobsf config file. Unclear if the syntax is correct. --- .mobsf | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 .mobsf diff --git a/.mobsf b/.mobsf new file mode 100644 index 0000000..e69de29 From 1128b66899ce6d0a887b6b0e9bfef009b5925a9b Mon Sep 17 00:00:00 2001 From: Christopher Sims Date: Fri, 14 Mar 2025 09:01:13 -0700 Subject: [PATCH 2/4] ignoring false positive rule --- .mobsf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mobsf b/.mobsf index e69de29..6445222 100644 --- a/.mobsf +++ b/.mobsf @@ -0,0 +1,2 @@ +ignore-rules: +- android_task_hijacking1 From 7376b78bac679979e028c979c582637b871b845d Mon Sep 17 00:00:00 2001 From: Christopher Sims Date: Fri, 14 Mar 2025 09:04:31 -0700 Subject: [PATCH 3/4] explicitly identifying .mobsf file in args --- .github/workflows/mobsfscan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobsfscan.yml b/.github/workflows/mobsfscan.yml index d3a1167..a28dbe2 100644 --- a/.github/workflows/mobsfscan.yml +++ b/.github/workflows/mobsfscan.yml @@ -17,4 +17,4 @@ jobs: - name: mobsfscan uses: MobSF/mobsfscan@main with: - args: ". --json" + args: ". --json --config .mobsf" From 7810d16b2ddc691cc3bb009ccb485eda246628dd Mon Sep 17 00:00:00 2001 From: Christopher Sims Date: Fri, 14 Mar 2025 09:08:23 -0700 Subject: [PATCH 4/4] Added additional ignore line --- .mobsf | 1 + 1 file changed, 1 insertion(+) diff --git a/.mobsf b/.mobsf index 6445222..c721a25 100644 --- a/.mobsf +++ b/.mobsf @@ -1,2 +1,3 @@ ignore-rules: - android_task_hijacking1 +- android_manifest_usescleartext \ No newline at end of file