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
85191a7d
Commit
85191a7d
authored
May 07, 2020
by
Amy Qualls
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tone and style followups
Fixing tone and style issues identified in a page cleanup.
parent
7bf9aef1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
doc/.vale/gitlab/spelling-exceptions.txt
doc/.vale/gitlab/spelling-exceptions.txt
+0
-1
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+7
-6
No files found.
doc/.vale/gitlab/spelling-exceptions.txt
View file @
85191a7d
...
...
@@ -311,7 +311,6 @@ Slack
Slony
SMTP
Sobelow
Sourcegraph
spidering
Splunk
SpotBugs
...
...
doc/user/application_security/dast/index.md
View file @
85191a7d
...
...
@@ -95,11 +95,11 @@ There are two ways to define the URL to be scanned by DAST:
persist its domain in an
`environment_url.txt`
file, and DAST
automatically parses that file to find its scan target.
You can see an
[
example
](
https://gitlab.com/gitlab-org/gitlab/blob/master/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
)
of this in our Auto DevOps CI YML.
of this in our Auto DevOps CI Y
A
ML.
If both values are set, the
`DAST_WEBSITE`
value takes precedence.
The included template creates a
`dast`
job in your CI/CD pipeline and scan
The included template creates a
`dast`
job in your CI/CD pipeline and scan
s
your project's source code for possible vulnerabilities.
The results are saved as a
...
...
@@ -133,7 +133,7 @@ stages:
```
Be aware that if your pipeline is configured to deploy to the same webserver in
each run, running a pipeline while another is still running
,
could cause a race condition
each run, running a pipeline while another is still running could cause a race condition
where one pipeline overwrites the code from another pipeline. The site to be scanned
should be excluded from changes for the duration of a DAST scan.
The only changes to the site should be from the DAST scanner. Be aware that any
...
...
@@ -583,9 +583,10 @@ The DAST tool always emits a JSON report file called `gl-dast-report.json` and
sample reports can be found in the
[
DAST repository
](
https://gitlab.com/gitlab-org/security-products/dast/-/tree/master/test/end-to-end/expect
)
.
There are two formats of data in the JSON report that are used side by side: the
proprietary ZAP format which will be eventually deprecated, and a "common" format
which will be the default in the future.
There are two formats of data in the JSON report that are used side by side:
-
The proprietary ZAP format that will be eventually deprecated.
-
A common format that will be the default in the future.
### Other formats
...
...
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