Commit 04be8d17 authored by Russell Dickenson's avatar Russell Dickenson

Merge branch '329228-default-config-apifuzz' into 'master'

Remove add configuration step from API Fuzzing docs

See merge request gitlab-org/gitlab!60653
parents cca73fcf c4f0403a
...@@ -128,8 +128,6 @@ Follow these steps to configure API fuzzing in GitLab with an OpenAPI specificat ...@@ -128,8 +128,6 @@ Follow these steps to configure API fuzzing in GitLab with an OpenAPI specificat
- template: API-Fuzzing.gitlab-ci.yml - template: API-Fuzzing.gitlab-ci.yml
``` ```
1. Add the configuration file [`gitlab-api-fuzzing-config.yml`](https://gitlab.com/gitlab-org/security-products/analyzers/api-fuzzing/-/blob/master/gitlab-api-fuzzing-config.yml) to your repository's root as `.gitlab-api-fuzzing.yml`.
1. The [configuration file](#configuration-files) has several testing profiles defined with varying 1. The [configuration file](#configuration-files) has several testing profiles defined with varying
amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this
profile completes quickly, allowing for easier configuration validation. profile completes quickly, allowing for easier configuration validation.
...@@ -221,8 +219,6 @@ target API to test: ...@@ -221,8 +219,6 @@ target API to test:
- template: API-Fuzzing.gitlab-ci.yml - template: API-Fuzzing.gitlab-ci.yml
``` ```
1. Add the configuration file [`gitlab-api-fuzzing-config.yml`](https://gitlab.com/gitlab-org/security-products/analyzers/api-fuzzing/-/blob/master/gitlab-api-fuzzing-config.yml) to your repository's root as `.gitlab-api-fuzzing.yml`.
1. The [configuration file](#configuration-files) has several testing profiles defined with varying 1. The [configuration file](#configuration-files) has several testing profiles defined with varying
amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this
profile completes quickly, allowing for easier configuration validation. profile completes quickly, allowing for easier configuration validation.
...@@ -312,9 +308,6 @@ information about the target API to test: ...@@ -312,9 +308,6 @@ information about the target API to test:
- template: API-Fuzzing.gitlab-ci.yml - template: API-Fuzzing.gitlab-ci.yml
``` ```
1. Add the configuration file [`gitlab-api-fuzzing-config.yml`](https://gitlab.com/gitlab-org/security-products/analyzers/api-fuzzing/-/blob/master/gitlab-api-fuzzing-config.yml)
to your repository's root as `.gitlab-api-fuzzing.yml`.
1. The [configuration file](#configuration-files) has several testing profiles defined with varying 1. The [configuration file](#configuration-files) has several testing profiles defined with varying
amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this amounts of fuzzing. We recommend that you start with the `Quick-10` profile. Testing with this
profile completes quickly, allowing for easier configuration validation. profile completes quickly, allowing for easier configuration validation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment