summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-05-24 19:36:18 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-05-24 19:36:18 +0000
commitc11aede97697cf154049e95495ea048dc3fa0592 (patch)
tree611ba952dd9673369c350ce219fa8a2c3f74c0e3
parenta600c0a78d7f9660d8f37f0f6fc98b61bdc275fb (diff)
parent0429195af6930ba8b9833ce01f890b9f89b01291 (diff)
downloadgitlab-ce-12-0-auto-deploy-0010045.tar.gz
Merge branch 'patch-61' into 'master'12-0-auto-deploy-0010045
sast/index.md: link to current repository for "bandit" (Python tool) See merge request gitlab-org/gitlab-ce!28451
-rw-r--r--doc/user/application_security/sast/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/application_security/sast/index.md b/doc/user/application_security/sast/index.md
index 02c115b7f22..db328262aba 100644
--- a/doc/user/application_security/sast/index.md
+++ b/doc/user/application_security/sast/index.md
@@ -63,7 +63,7 @@ The following table shows which languages, package managers and frameworks are s
| Javascript | [ESLint security plugin](https://github.com/nodesecurity/eslint-plugin-security) | 11.8 |
| Node.js | [NodeJsScan](https://github.com/ajinabraham/NodeJsScan) | 11.1 |
| PHP | [phpcs-security-audit](https://github.com/FloeDesignTechnologies/phpcs-security-audit) | 10.8 |
-| Python ([pip](https://pip.pypa.io/en/stable/)) | [bandit](https://github.com/openstack/bandit) | 10.3 |
+| Python ([pip](https://pip.pypa.io/en/stable/)) | [bandit](https://github.com/PyCQA/bandit) | 10.3 |
| Ruby on Rails | [brakeman](https://brakemanscanner.org) | 10.3 |
| Scala ([Ant](https://ant.apache.org/), [Gradle](https://gradle.org/), [Maven](https://maven.apache.org/) and [SBT](https://www.scala-sbt.org/)) | [SpotBugs](https://spotbugs.github.io/) with the [find-sec-bugs](https://find-sec-bugs.github.io/) plugin | 11.0 (SBT) & 11.9 (Ant, Gradle, Maven) |
| Typescript | [TSLint config security](https://github.com/webschik/tslint-config-security/) | 11.9 |