summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-01 09:07:02 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-01 09:07:02 +0000
commitb559d9909f356f718a7da711dcf574dcddbbcc59 (patch)
treedb9b0698f82c78fac3f8e3833dc7781885a5e309
parent4fd8e9810978d80d649bcb79c92e35625486a1e0 (diff)
parentac0bc49b568406fb5a0e4a40230902795eb419e3 (diff)
downloadgitlab-ce-b559d9909f356f718a7da711dcf574dcddbbcc59.tar.gz
Merge branch 'mnguyen4-master-patch-95950' into 'master'
Add Link to Seismic Shift Whitepaper to /dast/ landing page See merge request gitlab-org/gitlab-ce!30868
-rw-r--r--doc/user/application_security/dast/index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/application_security/dast/index.md b/doc/user/application_security/dast/index.md
index 88e2d1ef22b..fa84f995e58 100644
--- a/doc/user/application_security/dast/index.md
+++ b/doc/user/application_security/dast/index.md
@@ -7,6 +7,11 @@ type: reference, howto
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/4348)
in [GitLab Ultimate](https://about.gitlab.com/pricing/) 10.4.
+NOTE: **4 of the top 6 attacks were application based.**
+Download our whitepaper,
+["A Seismic Shift in Application Security"](https://about.gitlab.com/resources/whitepaper-seismic-shift-application-security/)
+to learn how to protect your organization.
+
Running [static checks](../sast/index.md) on your code is the first step to detect
vulnerabilities that can put the security of your code at risk. Yet, once
deployed, your application is exposed to a new category of possible attacks,