Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/zparnold/website
Browse files Browse the repository at this point in the history
  • Loading branch information
zparnold committed May 30, 2019
2 parents 25f79ec + 4bec9a0 commit 87999d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/security/overview.md
Expand Up @@ -144,7 +144,7 @@ Static Code Analysis | Most languages provide a way for a snippet of code to be
Dynamic probing attacks | There are a few automated tools that are able to be run against your service to try some of the well known attacks that commonly befall services. These include SQL injection, CSRF, and XSS. One of the most popular dynamic analysis tools is the OWASP Zed Attack proxy https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project |


## Pipeline security
## Robust automation

Most of the above mentioned suggestions can actually be automated in your code
delivery pipeline as part of a series of checks in security. To learn about a
Expand Down

0 comments on commit 87999d3

Please sign in to comment.