Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f9eab8db
Commit
f9eab8db
authored
Jun 21, 2021
by
Russell Dickenson
Committed by
Amy Qualls
Jun 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve SAST introduction
parent
db4fc169
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
doc/user/application_security/sast/img/sast_results_in_mr_v14_0.png
...pplication_security/sast/img/sast_results_in_mr_v14_0.png
+0
-0
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+9
-7
No files found.
doc/user/application_security/sast/img/sast_results_in_mr_v14_0.png
0 → 100644
View file @
f9eab8db
37.7 KB
doc/user/application_security/sast/index.md
View file @
f9eab8db
...
...
@@ -15,13 +15,15 @@ The whitepaper ["A Seismic Shift in Application Security"](https://about.gitlab.
explains how 4 of the top 6 attacks were application based. Download it to learn how to protect your
organization.
If you're using
[
GitLab CI/CD
](
../../../ci/README.md
)
, you can analyze your source code for known
vulnerabilities using Static Application Security Testing (SAST). GitLab checks the SAST report and
compares the found vulnerabilities between the source and target branches.
Details of the vulnerabilities found are included in the merge request.
**(ULTIMATE)**
![
SAST Widget
](
img/sast_v13_2.png
)
If you're using
[
GitLab CI/CD
](
../../../ci/README.md
)
, you can use Static Application Security
Testing (SAST) to check your source code for known vulnerabilities. When a pipeline completes,
the results of the SAST analysis are processed and shown in the pipeline's Security tab. If the
pipeline is associated with a merge request, the SAST analysis is compared with the results of
the target branch's analysis (if available). The results of that comparison are shown in the merge
request.
**(ULTIMATE)**
If the pipeline is running from the default branch, the results of the SAST
analysis are available in the
[
security dashboards
](
../security_dashboard/index.md
)
.
![
SAST results shown in the MR widget
](
img/sast_results_in_mr_v14_0.png
)
The results are sorted by the priority of the vulnerability:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment