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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
339673ed
Commit
339673ed
authored
May 10, 2019
by
Mark Chao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links to new security docs
Related to gitlab-ee/!5566
parent
cea4f385
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-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
No files found.
doc/ci/yaml/README.md
View file @
339673ed
...
...
@@ -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 @
339673ed
...
...
@@ -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.
...
...
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