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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 06:07:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-08 06:07:05 +0300
commitefd6f06bfa01dc58f5b5dd704fde890539d8000b (patch)
tree050d6d5ab863b9416b97a90b5e4f4a7e53f40c58 /doc/update/deprecations.md
parentfb97e39150dcaf7ec2b2a070ff4b39c0551f14a2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/update/deprecations.md')
-rw-r--r--doc/update/deprecations.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/update/deprecations.md b/doc/update/deprecations.md
index 8c141559cd2..308c8ae2311 100644
--- a/doc/update/deprecations.md
+++ b/doc/update/deprecations.md
@@ -842,6 +842,20 @@ PostgreSQL 14 will also be supported for instances that want to upgrade prior to
<div class="deprecation breaking-change" data-milestone="17.0">
+### Proxy-based DAST deprecated
+
+<div class="deprecation-notes">
+- Announced in GitLab <span class="milestone">16.6</span>
+- Removal in GitLab <span class="milestone">17.0</span> ([breaking change](https://docs.gitlab.com/ee/update/terminology.html#breaking-change))
+- 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.
+
+</div>
+
+<div class="deprecation breaking-change" data-milestone="17.0">
+
### Queue selector for running Sidekiq is deprecated
<div class="deprecation-notes">