mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-16 17:13:01 +00:00
13 lines
624 B
YAML
13 lines
624 B
YAML
- title: "`apiFuzzingCiConfigurationCreate` GraphQL mutation"
|
|
announcement_milestone: "14.6"
|
|
removal_milestone: "15.0"
|
|
breaking_change: true
|
|
body: |
|
|
The API Fuzzing configuration snippet is now being generated client-side and does not require an
|
|
API request anymore. We are therefore deprecating the `apiFuzzingCiConfigurationCreate` mutation
|
|
which isn't being used in GitLab anymore.
|
|
stage: Secure
|
|
tiers: Ultimate
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/333233
|
|
documentation_url: https://docs.gitlab.com/user/application_security/api_fuzzing/#web-api-fuzzing-configuration-form
|