Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/16-0-mobsf-android-manifests.yml')
-rw-r--r--data/deprecations/16-0-mobsf-android-manifests.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/deprecations/16-0-mobsf-android-manifests.yml b/data/deprecations/16-0-mobsf-android-manifests.yml
new file mode 100644
index 00000000000..fb06112d26e
--- /dev/null
+++ b/data/deprecations/16-0-mobsf-android-manifests.yml
@@ -0,0 +1,12 @@
+- title: "Changing MobSF-based SAST analyzer behavior in multi-module Android projects"
+ removal_milestone: "16.0"
+ announcement_milestone: "16.0"
+ breaking_change: true
+ reporter: connorgilbert
+ stage: Secure
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/408396
+ body: |
+ **Update:** We previously announced a change to how the MobSF-based GitLab SAST analyzer would scan multi-module Android projects.
+ We've cancelled that change, and no action is required.
+
+ Instead of changing which single module would be scanned, we [improved multi-module support](https://gitlab.com/gitlab-org/security-products/analyzers/mobsf/-/merge_requests/73).