Docs feedback: what is the difference between API Fuzzing vs DAST API
There are currently two ways to do spec-based fuzzing of an API, using AutoDevOps templates.
These are:
- https://docs.gitlab.com/ee/user/application_security/dast_api/
- https://docs.gitlab.com/ee/user/application_security/api_fuzzing/
Looking at the CI templates, they also both use the same docker image, and the docs are almost word-for-word the same.
It seems the DAST-API template was created in 2021, while the API Fuzzing was created in 2020. Is DAST API the preferred version of this job?
/cc @mkozono @zhzhang93