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
af46d7c5
Commit
af46d7c5
authored
May 15, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
260a1b90
ba173ce2
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
doc/administration/high_availability/nfs.md
doc/administration/high_availability/nfs.md
+2
-3
doc/ci/yaml/README.md
doc/ci/yaml/README.md
+1
-1
doc/development/go_guide/index.md
doc/development/go_guide/index.md
+2
-2
doc/user/application_security/dast/index.md
doc/user/application_security/dast/index.md
+1
-1
doc/user/group/custom_project_templates.md
doc/user/group/custom_project_templates.md
+1
-1
No files found.
doc/administration/high_availability/nfs.md
View file @
af46d7c5
...
...
@@ -41,7 +41,6 @@ options:
NOTE:
**Note:**
This is only available starting in certain versions of GitLab:
*
11.5.11
*
11.6.11
*
11.7.12
...
...
@@ -59,13 +58,13 @@ details.
To do this, run the Rake task:
```
sh
gitlab-rake gitlab:features:enable_rugged
sudo
gitlab-rake gitlab:features:enable_rugged
```
If you need to undo this setting for some reason, run:
```
sh
gitlab-rake gitlab:features:disable_rugged
sudo
gitlab-rake gitlab:features:disable_rugged
```
### Known issues
...
...
doc/ci/yaml/README.md
View file @
af46d7c5
...
...
@@ -1446,7 +1446,7 @@ be automatically shown in merge requests.
> Introduced in GitLab 11.5. Requires GitLab Runner 11.5 and above.
The
`sast`
report collects
[
SAST vulnerabilities
](
https://docs.gitlab.com/ee/user/
project/merge_requests/sast
.html
)
The
`sast`
report collects
[
SAST vulnerabilities
](
https://docs.gitlab.com/ee/user/
application_security/sast/index
.html
)
as artifacts.
The collected SAST report will be uploaded to GitLab as an artifact and will
...
...
doc/development/go_guide/index.md
View file @
af46d7c5
...
...
@@ -40,7 +40,7 @@ of possible security breaches in our code:
-
SQL injections
Remember to run
[
SAST
](
https://docs.gitlab.com/ee/user/
project/merge_requests/sast.html
)
[
SAST
](
https://docs.gitlab.com/ee/user/
application_security/sast/index
)
**[ULTIMATE]**
on your project (or at least the
[
gosec
analyzer
](
https://gitlab.com/gitlab-org/security-products/analyzers/gosec
)
),
and to follow our
[
Security
...
...
@@ -96,7 +96,7 @@ dependency should be argued in the merge request, as per our [Approval
Guidelines
](
../code_review.md#approval-guidelines
)
. Both
[
License
Management
](
https://docs.gitlab.com/ee/user/project/merge_requests/license_management.html
)
**[ULTIMATE]**
and
[
Dependency
Scanning
](
https://docs.gitlab.com/ee/user/
project/merge_requests/dependency_scanning.html
)
Scanning
](
https://docs.gitlab.com/ee/user/
application_security/dependency_scanning/index
)
**[ULTIMATE]**
should be activated on all projects to ensure new dependencies
security status and license compatibility.
...
...
doc/user/application_security/dast/index.md
View file @
af46d7c5
...
...
@@ -138,7 +138,7 @@ variables:
#### Customizing the DAST settings
The
S
AST settings can be changed through environment variables by using the
The
D
AST settings can be changed through environment variables by using the
[
`variables`
](
../../../ci/yaml/README.md#variables
)
parameter in
`.gitlab-ci.yml`
.
These variables are documented in the
[
DAST README
](
https://gitlab.com/gitlab-org/security-products/dast#settings
)
.
...
...
doc/user/group/custom_project_templates.md
View file @
af46d7c5
# Custom group-level project templates **[PREMIUM
ONLY
]**
# Custom group-level project templates **[PREMIUM]**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/6861) in [GitLab Premium](https://about.gitlab.com/pricing) 11.6.
...
...
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