Skip to content
代码片段 群组 项目
未验证 提交 f022fbb6 编辑于 作者: Phillip Wells's avatar Phillip Wells 提交者: GitLab
浏览文件

Merge branch 'da-deprecation-element-timeout-envs' into 'master'

Add Deprecation Notice: dast_crawl_extract_element_timeout & dast_crawl_search_element_timeout

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/180458



Merged-by: default avatarPhillip Wells <pwells@gitlab.com>
Reviewed-by: default avatarPhillip Wells <pwells@gitlab.com>
Co-authored-by: default avatarJohn Crowley <jcrowley@gitlab.com>
No related branches found
No related tags found
无相关合并请求
- title: "DAST `dast_crawl_extract_element_timeout` and `dast_crawl_search_element_timeout` variables are deprecated"
removal_milestone: "18.0"
announcement_milestone: "17.9"
breaking_change: false
window: 1
reporter: DavidNelsonGL
stage: application security testing
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/517250
impact: low
scope: project
resolution_role: Developer
manual_task: true
body: | # (required) Don't change this line.
The DAST variables `DAST_CRAWL_EXTRACT_ELEMENT_TIMEOUT` and `DAST_CRAWL_SEARCH_ELEMENT_TIMEOUT` are deprecated and will be removed in GitLab 18.0.
When they were introduced, the variables provided granular timeout controls for specific browser interactions. These interactions are now governed by a common timeout value, which makes the variables unnecessary. In addition, because of an underlying implementation issue, the variables haven't been functional since the introduction of the DAST browser-based analyzer.
Removing these two variables will simplify DAST configuration, and provide a better onboarding experience for users.
end_of_support_milestone:
tiers: [Ultimate]
documentation_url: https://docs.gitlab.com/ee/user/application_security/dast/browser/configuration/variables.html
image_url:
video_url:
...@@ -595,6 +595,24 @@ To continue showing these findings, you must configure the `CS_SEVERITY_THRESHOL ...@@ -595,6 +595,24 @@ To continue showing these findings, you must configure the `CS_SEVERITY_THRESHOL
</div> </div>
<div class="deprecation " data-milestone="18.0">
### DAST `dast_crawl_extract_element_timeout` and `dast_crawl_search_element_timeout` variables are deprecated
<div class="deprecation-notes">
- Announced in GitLab <span class="milestone">17.9</span>
- Removal in GitLab <span class="milestone">18.0</span>
- To discuss this change or learn more, see the [deprecation issue](https://gitlab.com/gitlab-org/gitlab/-/issues/517250).
</div>
The DAST variables `DAST_CRAWL_EXTRACT_ELEMENT_TIMEOUT` and `DAST_CRAWL_SEARCH_ELEMENT_TIMEOUT` are deprecated and will be removed in GitLab 18.0.
When they were introduced, the variables provided granular timeout controls for specific browser interactions. These interactions are now governed by a common timeout value, which makes the variables unnecessary. In addition, because of an underlying implementation issue, the variables haven't been functional since the introduction of the DAST browser-based analyzer.
Removing these two variables will simplify DAST configuration, and provide a better onboarding experience for users.
</div>
<div class="deprecation breaking-change" data-milestone="18.0"> <div class="deprecation breaking-change" data-milestone="18.0">
### DAST `dast_devtools_api_timeout` will have a lower default value ### DAST `dast_devtools_api_timeout` will have a lower default value
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册