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

Merge branch 'spp-web-request-diff-scan-docs' into 'master'

SPP docs diff scan web requests feature flag

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



Merged-by: default avatarPhillip Wells <pwells@gitlab.com>
Co-authored-by: default avatarSerena Fang <sfang@gitlab.com>
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
...@@ -139,6 +139,7 @@ Secret push protection does not check a file in a commit when: ...@@ -139,6 +139,7 @@ Secret push protection does not check a file in a commit when:
- [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/469161) in GitLab 17.5 [with a flag](../../../../administration/feature_flags.md) named `spp_scan_diffs`. Disabled by default. - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/469161) in GitLab 17.5 [with a flag](../../../../administration/feature_flags.md) named `spp_scan_diffs`. Disabled by default.
- [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/480092) in GitLab 17.6. - [Enabled on GitLab.com](https://gitlab.com/gitlab-org/gitlab/-/issues/480092) in GitLab 17.6.
- [Added](https://gitlab.com/gitlab-org/gitlab/-/issues/491282) support for Web IDE pushes in GitLab 17.10 [with a flag](../../../../administration/feature_flags.md) named `secret_checks_for_web_requests`. Disabled by default.
{{< /history >}} {{< /history >}}
...@@ -154,9 +155,8 @@ cause a [push to be blocked unexpectedly](#push-blocked-unexpectedly) even thoug ...@@ -154,9 +155,8 @@ cause a [push to be blocked unexpectedly](#push-blocked-unexpectedly) even thoug
contain a secret. To instead have only the changes (diff) scanned for secrets when pushing by using contain a secret. To instead have only the changes (diff) scanned for secrets when pushing by using
the Git CLI client, enable diff scanning. the Git CLI client, enable diff scanning.
Changes committed by using the Web IDE still result in the entire file being scanned due to a To enable diff-only scanning for Web IDE pushes, enable the `secret_checks_for_web_requests`
technical limitation. Support for improvements is proposed in and `spp_scan_diffs` feature flags.
[issue 491282](https://gitlab.com/gitlab-org/gitlab/-/issues/491282).
## Resolve a blocked push ## Resolve a blocked push
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册