summaryrefslogtreecommitdiff
path: root/data/removals/14_0/removal-protect-features.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/removal-protect-features.yml')
-rw-r--r--data/removals/14_0/removal-protect-features.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/data/removals/14_0/removal-protect-features.yml b/data/removals/14_0/removal-protect-features.yml
new file mode 100644
index 00000000000..8e50925f6db
--- /dev/null
+++ b/data/removals/14_0/removal-protect-features.yml
@@ -0,0 +1,13 @@
+- name: Container Scanning Engine Clair
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: sam.white
+ body: |
+ Clair, the default container scanning engine, was deprecated in GitLab 13.9 and is removed from GitLab 14.0 and replaced by Trivy. We advise customers who are customizing variables for their container scanning job to [follow these instructions](https://docs.gitlab.com/ee/user/application_security/container_scanning/#change-scanners) to ensure that their container scanning jobs continue to work.
+
+- name: Web Application Firewall (WAF)
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: sam.white
+ body: |
+ The Web Application Firewall (WAF) was deprecated in GitLab 13.6 and is removed from GitLab 14.0. The WAF had limitations inherent in the architectural design that made it difficult to meet the requirements traditionally expected of a WAF. By removing the WAF, GitLab is able to focus on improving other areas in the product where more value can be provided to users. Users who currently rely on the WAF can continue to use the free and open source [ModSecurity](https://github.com/SpiderLabs/ModSecurity) project, which is independent from GitLab. Additional details are available in the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/271276).