summaryrefslogtreecommitdiff
path: root/data/removals/14_0/remove_dast_legacy_report_fields.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/14_0/remove_dast_legacy_report_fields.yml')
-rw-r--r--data/removals/14_0/remove_dast_legacy_report_fields.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/removals/14_0/remove_dast_legacy_report_fields.yml b/data/removals/14_0/remove_dast_legacy_report_fields.yml
new file mode 100644
index 00000000000..ec98b173a24
--- /dev/null
+++ b/data/removals/14_0/remove_dast_legacy_report_fields.yml
@@ -0,0 +1,8 @@
+- name: "Removal of legacy fields from DAST report"
+ removal_date: "2021-06-22"
+ removal_milestone: "14.0"
+ reporter: derekferguson
+ body: |
+ As a part of the migration to a common report format for all of the Secure scanners in GitLab, DAST is making changes to the DAST JSON report. Certain legacy fields were deprecated in 13.8 and have been completely removed in 14.0. These fields are `@generated`, `@version`, `site`, and `spider`. This should not affect any normal DAST operation, but does affect users who consume the JSON report in an automated way and use these fields. Anyone affected by these changes, and needs these fields for business reasons, is encouraged to open a new GitLab issue and explain the need.
+
+ For more information, see [the removal issue](https://gitlab.com/gitlab-org/gitlab/-/issues/33915).