From 13150a38e701080f6c64d4925c838214a3f5ef2c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sat, 11 Apr 2020 00:09:34 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/ssh/README.md | 1 + doc/user/application_security/sast/analyzers.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ssh/README.md b/doc/ssh/README.md index f0d875b229f..e6375f15157 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -105,6 +105,7 @@ You can create and configure an RSA key with the following command, substituting ```shell ssh-keygen -t rsa -b 2048 -C "email@example.com" +``` The `-C` flag, with a quoted comment such as an email address, is an optional way to label your SSH keys. diff --git a/doc/user/application_security/sast/analyzers.md b/doc/user/application_security/sast/analyzers.md index 3ce52a024bd..9010a7cae0b 100644 --- a/doc/user/application_security/sast/analyzers.md +++ b/doc/user/application_security/sast/analyzers.md @@ -139,7 +139,7 @@ The [Security Scanner Integration](../../../development/integrations/secure.md) ## Analyzers Data -| Property \ Tool | Apex | Bandit | Brakeman | ESLint security | Find Sec Bugs | Flawfinder | Go AST Scanner | Kubesec Scanner | NodeJsScan | Php CS Security Audit | Security code Scan (.NET) | Sobelow | TSLint Security | +| Property \ Tool | Apex | Bandit | Brakeman | ESLint security | Find Sec Bugs | Flawfinder | Gosec | Kubesec Scanner | NodeJsScan | Php CS Security Audit | Security code Scan (.NET) | Sobelow | TSLint Security | | --------------------------------------- | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :------------------: | :---------------------: | :-------------------------: | :----------------: | :-------------: | | Severity | ✓ | ✓ | 𐄂 | 𐄂 | ✓ | 𐄂 | ✓ | ✓ | 𐄂 | ✓ | 𐄂 | 𐄂 | ✓ | | Title | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |