From a6fe36fc960fd2403298f75e5a4b0202bc57057d Mon Sep 17 00:00:00 2001 From: "hyan@gitlab.com" Date: Tue, 9 Dec 2025 11:40:17 +1100 Subject: [PATCH 1/3] Remove redundant space --- doc/user/application_security/sast/advanced_sast_cpp.md | 8 +++++++- .../application_security/sast/gitlab_advanced_sast.md | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/user/application_security/sast/advanced_sast_cpp.md b/doc/user/application_security/sast/advanced_sast_cpp.md index 83e3e9ba6cf03c..0e5000075ac1cc 100644 --- a/doc/user/application_security/sast/advanced_sast_cpp.md +++ b/doc/user/application_security/sast/advanced_sast_cpp.md @@ -9,10 +9,16 @@ title: Advanced SAST C/C++ configuration - Tier: Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated -- Status: Beta {{< /details >}} +{{< history >}} + +- Introduced as [Beta](https://gitlab.com/groups/gitlab-org/-/work_items/18368) in GitLab 18.6. +- Reached [GA](https://gitlab.com/groups/gitlab-org/-/work_items/18369) in GitLab 18.8. + +{{< /history >}} + ## Getting started To run the analyzer in your pipeline, include the SAST template and enable GitLab Advanced SAST: diff --git a/doc/user/application_security/sast/gitlab_advanced_sast.md b/doc/user/application_security/sast/gitlab_advanced_sast.md index a7791ec64b5061..cdf1538f218c30 100644 --- a/doc/user/application_security/sast/gitlab_advanced_sast.md +++ b/doc/user/application_security/sast/gitlab_advanced_sast.md @@ -348,7 +348,7 @@ GitLab Advanced SAST supports the following languages with cross-function and cr **Footnotes**: -1. GitLab Advanced SAST CPP is in Beta and requires additional configuration (such as a compilation +1. GitLab Advanced SAST CPP requires additional configuration (such as a compilation database) to be used with GitLab Advanced SAST. For details, see [C/C++ configuration](cpp_advanced_sast.md). GitLab Advanced SAST CPP does not exclude Semgrep for C/C++ projects; both analyzers run in parallel with different rule sets. -- GitLab From 21c56052167163eaa6f817e43e81b72f0b05ea1c Mon Sep 17 00:00:00 2001 From: Hua Yan Date: Fri, 12 Dec 2025 12:33:31 +1100 Subject: [PATCH 2/3] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Russell Dickenson --- doc/user/application_security/sast/advanced_sast_cpp.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/application_security/sast/advanced_sast_cpp.md b/doc/user/application_security/sast/advanced_sast_cpp.md index 0e5000075ac1cc..dc0205be4b8957 100644 --- a/doc/user/application_security/sast/advanced_sast_cpp.md +++ b/doc/user/application_security/sast/advanced_sast_cpp.md @@ -14,8 +14,8 @@ title: Advanced SAST C/C++ configuration {{< history >}} -- Introduced as [Beta](https://gitlab.com/groups/gitlab-org/-/work_items/18368) in GitLab 18.6. -- Reached [GA](https://gitlab.com/groups/gitlab-org/-/work_items/18369) in GitLab 18.8. +- [Introduced](https://gitlab.com/groups/gitlab-org/-/work_items/18368) as a [beta](../../policy/development_stages_support.md#beta) in GitLab 18.6. +- [Generally available](https://gitlab.com/groups/gitlab-org/-/work_items/18369) in GitLab 18.8. {{< /history >}} -- GitLab From 27d4b1edb0b6af8008315dca3c17f2e965bfb9ee Mon Sep 17 00:00:00 2001 From: "hyan@gitlab.com" Date: Sat, 13 Dec 2025 19:58:55 +1100 Subject: [PATCH 3/3] Fix linter err --- doc/user/application_security/sast/advanced_sast_cpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user/application_security/sast/advanced_sast_cpp.md b/doc/user/application_security/sast/advanced_sast_cpp.md index dc0205be4b8957..237ba97ef49f76 100644 --- a/doc/user/application_security/sast/advanced_sast_cpp.md +++ b/doc/user/application_security/sast/advanced_sast_cpp.md @@ -14,7 +14,7 @@ title: Advanced SAST C/C++ configuration {{< history >}} -- [Introduced](https://gitlab.com/groups/gitlab-org/-/work_items/18368) as a [beta](../../policy/development_stages_support.md#beta) in GitLab 18.6. +- [Introduced](https://gitlab.com/groups/gitlab-org/-/work_items/18368) as a [beta](../../../policy/development_stages_support.md#beta) in GitLab 18.6. - [Generally available](https://gitlab.com/groups/gitlab-org/-/work_items/18369) in GitLab 18.8. {{< /history >}} -- GitLab