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
5cf28e8c
Commit
5cf28e8c
authored
Aug 09, 2020
by
Sharlene Tan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed future tense (#232595)
parent
9d492e57
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+3
-3
No files found.
doc/user/application_security/dast/index.md
View file @
5cf28e8c
...
...
@@ -48,16 +48,16 @@ uses the popular open source tool [OWASP Zed Attack Proxy](https://www.zaproxy.o
to perform an analysis on your running web application.
By default, DAST executes
[
ZAP Baseline Scan
](
https://www.zaproxy.org/docs/docker/baseline-scan/
)
and performs passive scanning only. It
wo
n't actively attack your application.
and performs passive scanning only. It
does
n't actively attack your application.
However, DAST can be
[
configured
](
#full-scan
)
to also perform an
*active scan*
: attack your application and produce a more extensive security report.
It can be very useful combined with
[
Review Apps
](
../../../ci/review_apps/index.md
)
.
NOTE:
**Note:**
A pipeline may consist of multiple jobs, including SAST and DAST scanning. If any
job fails to finish for any reason, the security dashboard
wo
n't show DAST scanner
job fails to finish for any reason, the security dashboard
does
n't show DAST scanner
output. For example, if the DAST job finishes but the SAST job fails, the security
dashboard
won't show DAST results. The analyzer will output
an
dashboard
doesn't show DAST results. The analyzer outputs
an
[
exit code
](
../../../development/integrations/secure.md#exit-code
)
on failure.
## Use cases
...
...
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