diff options
author | Jed Brown <jed-gitlab@jedbrown.org> | 2019-05-19 20:33:19 +0000 |
---|---|---|
committer | Jed Brown <jed-gitlab@jedbrown.org> | 2019-05-19 20:33:19 +0000 |
commit | 0429195af6930ba8b9833ce01f890b9f89b01291 (patch) | |
tree | c904da4e26af4b2c9259f0fa64baef2411e548b3 /doc | |
parent | 7e14fc25082a654df24e08f2fda31882eeaf386f (diff) | |
download | gitlab-ce-0429195af6930ba8b9833ce01f890b9f89b01291.tar.gz |
sast/index.md: link to current repository for "bandit" (Python tool)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/application_security/sast/index.md | 2 |
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 | |