diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-23 03:09:21 +0000 |
commit | 5b51129e3356a12283f0ba2da15db897ee30cf1a (patch) | |
tree | 81aab0c51c265782c093da49f089908761d5426d /doc/development/shell_commands.md | |
parent | 71da67f3262eeffe59cc228986e0a2bb97b6dba5 (diff) | |
download | gitlab-ce-5b51129e3356a12283f0ba2da15db897ee30cf1a.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/shell_commands.md')
-rw-r--r-- | doc/development/shell_commands.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/shell_commands.md b/doc/development/shell_commands.md index 37d851f8b7e..29fee58ed8a 100644 --- a/doc/development/shell_commands.md +++ b/doc/development/shell_commands.md @@ -6,7 +6,7 @@ These guidelines are meant to make your code more reliable _and_ secure. ## References - [Google Ruby Security Reviewer's Guide](https://code.google.com/archive/p/ruby-security/wikis/Guide.wiki) -- [OWASP Command Injection](https://www.owasp.org/index.php/Command_Injection) +- [OWASP Command Injection](https://wiki.owasp.org/index.php/Command_Injection) - [Ruby on Rails Security Guide Command Line Injection](https://guides.rubyonrails.org/security.html#command-line-injection) ## Use File and FileUtils instead of shell commands |