summaryrefslogtreecommitdiff
path: root/data/deprecations/15-9-php-python-dev-dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-9-php-python-dev-dependencies.yml')
-rw-r--r--data/deprecations/15-9-php-python-dev-dependencies.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/deprecations/15-9-php-python-dev-dependencies.yml b/data/deprecations/15-9-php-python-dev-dependencies.yml
new file mode 100644
index 00000000000..f76bc3db5cb
--- /dev/null
+++ b/data/deprecations/15-9-php-python-dev-dependencies.yml
@@ -0,0 +1,9 @@
+- title: "Development dependencies reported for PHP and Python"
+ announcement_milestone: "15.9"
+ removal_milestone: "16.0"
+ breaking_change: true
+ reporter: sam.white
+ stage: secure
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/375505
+ body: |
+ In GitLab 16.0 the GitLab Dependency Scanning analyzer will begin reporting development dependencies for both Python/pipenv and PHP/composer projects. Users who do not wish to have these development dependencies reported should set `DS_INCLUDE_DEV_DEPENDENCIES: false` in their CI/CD file.