Skip to content
代码片段 群组 项目
提交 7beb6b09 编辑于 作者: Philip Cunningham's avatar Philip Cunningham 提交者: Russell Dickenson
浏览文件

Enable DAST on-demand API scan support by default [RUN ALL RSPEC] [RUN AS-IF-FOSS]

上级 0b19d5d1
No related branches found
No related tags found
无相关合并请求
...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/325130 ...@@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/325130
milestone: '13.12' milestone: '13.12'
type: development type: development
group: group::dynamic analysis group: group::dynamic analysis
default_enabled: false default_enabled: true
...@@ -978,6 +978,7 @@ required for an on-demand DAST scan. ...@@ -978,6 +978,7 @@ required for an on-demand DAST scan.
A site profile contains the following: A site profile contains the following:
- **Profile name**: A name you assign to the site to be scanned. - **Profile name**: A name you assign to the site to be scanned.
- **Site type**: The type of target to be scanned, either website or API scan.
- **Target URL**: The URL that DAST runs against. - **Target URL**: The URL that DAST runs against.
- **Excluded URLs**: A comma-separated list of URLs to exclude from the scan. - **Excluded URLs**: A comma-separated list of URLs to exclude from the scan.
- **Request headers**: A comma-separated list of HTTP request headers, including names and values. These headers are added to every request made by DAST. - **Request headers**: A comma-separated list of HTTP request headers, including names and values. These headers are added to every request made by DAST.
...@@ -988,6 +989,8 @@ A site profile contains the following: ...@@ -988,6 +989,8 @@ A site profile contains the following:
- **Username form field**: The name of username field at the sign-in HTML form. - **Username form field**: The name of username field at the sign-in HTML form.
- **Password form field**: The name of password field at the sign-in HTML form. - **Password form field**: The name of password field at the sign-in HTML form.
When an API site type is selected, a [host override](#host-override) is used to ensure the API being scanned is on the same host as the target. This is done to reduce the risk of running an active scan against the wrong API.
#### Site profile validation #### Site profile validation
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/233020) in GitLab 13.8. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/233020) in GitLab 13.8.
......
---
title: Enable DAST on-demand API scan support by default
merge_request: 60876
author:
type: added
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册