From 0a28654b7684d19333432f6c5c6b909ffa7ae9d4 Mon Sep 17 00:00:00 2001
From: Sara Meadzinger <smeadzinger@gitlab.com>
Date: Wed, 7 Feb 2024 22:59:38 +0000
Subject: [PATCH] Deprecate Breach and Attack Simulation

---
 data/deprecations/16-6-proxy-based-dast-deprecation.yml | 2 +-
 doc/update/deprecations.md                              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/deprecations/16-6-proxy-based-dast-deprecation.yml b/data/deprecations/16-6-proxy-based-dast-deprecation.yml
index 34a47fe8ea575..3987cb2ba6d56 100644
--- a/data/deprecations/16-6-proxy-based-dast-deprecation.yml
+++ b/data/deprecations/16-6-proxy-based-dast-deprecation.yml
@@ -6,4 +6,4 @@
   stage: Secure  # (required) String value of the stage that the feature was created in. e.g., Growth
   issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/430966  # (required) Link to the deprecation issue in GitLab
   body: |  # (required) Do not modify this line, instead modify the lines below.
-    As of GitLab 17.0, Proxy-based DAST will not be supported. Please migrate to Browser-based DAST to continue analyzing your projects for security findings via dynamic analysis.
+    As of GitLab 17.0, Proxy-based DAST will not be supported. Please migrate to Browser-based DAST to continue analyzing your projects for security findings via dynamic analysis.  [Breach and Attack Simulation](https://docs.gitlab.com/ee/user/application_security/breach_and_attack_simulation/), an incubating feature which is built on top of Proxy-based DAST, is also included in this deprecation and will not be supported after 17.0.
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 83843ad1f7a99..8c38f16bfabd2 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -1320,7 +1320,7 @@ PostgreSQL 14 will also be supported for instances that want to upgrade prior to
 - To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/430966).
 </div>
 
-As of GitLab 17.0, Proxy-based DAST will not be supported. Please migrate to Browser-based DAST to continue analyzing your projects for security findings via dynamic analysis.
+As of GitLab 17.0, Proxy-based DAST will not be supported. Please migrate to Browser-based DAST to continue analyzing your projects for security findings via dynamic analysis.  [Breach and Attack Simulation](https://docs.gitlab.com/ee/user/application_security/breach_and_attack_simulation/), an incubating feature which is built on top of Proxy-based DAST, is also included in this deprecation and will not be supported after 17.0.
 
 </div>
 
-- 
GitLab