Skip to content
代码片段 群组 项目
提交 a8844e38 编辑于 作者: Amy Qualls's avatar Amy Qualls
浏览文件

Merge branch 'docs-fuzzing-link-fix' into 'master'

Fix to Postman project link

See merge request gitlab-org/gitlab!47100
No related branches found
No related tags found
无相关合并请求
...@@ -8,9 +8,10 @@ type: reference, howto ...@@ -8,9 +8,10 @@ type: reference, howto
# Web API Fuzz Testing **(ULTIMATE)** # Web API Fuzz Testing **(ULTIMATE)**
You can add web API fuzzing to your [GitLab CI/CD](../../../ci/README.md) You can add web API fuzzing to your [GitLab CI/CD](../../../ci/README.md)
pipelines. This helps you discover bugs and potential security issues that other QA processes may miss. pipelines. This helps you discover bugs and potential security issues that other QA processes may
API fuzzing performs fuzz testing of API operation parameters. miss. API fuzzing performs fuzz testing of API operation parameters. Fuzz testing sets operation
Fuzz testing sets operation parameters to unexpected values in an effort to cause unexpected behavior and errors in the API backend. parameters to unexpected values in an effort to cause unexpected behavior and errors in the API
backend.
We recommend that you use fuzz testing in addition to [GitLab Secure](../index.md)'s We recommend that you use fuzz testing in addition to [GitLab Secure](../index.md)'s
other security scanners and your own test processes. If you're using [GitLab CI/CD](../../../ci/README.md), other security scanners and your own test processes. If you're using [GitLab CI/CD](../../../ci/README.md),
...@@ -61,7 +62,7 @@ Examples of both configurations can be found here: ...@@ -61,7 +62,7 @@ Examples of both configurations can be found here:
- [Example OpenAPI v2 specification project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing-example/-/tree/openapi) - [Example OpenAPI v2 specification project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing-example/-/tree/openapi)
- [Example HTTP Archive (HAR) project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing-example/-/tree/har) - [Example HTTP Archive (HAR) project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing-example/-/tree/har)
- [Example Postman Collection project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing/postman-collection/) - [Example Postman Collection project](https://gitlab.com/gitlab-org/security-products/demos/api-fuzzing/postman-api-fuzzing-example)
### OpenAPI Specification ### OpenAPI Specification
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册