Commit 1e39df20 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 4b6a58b3 3e07725f
...@@ -47,4 +47,7 @@ Rails.application.configure do ...@@ -47,4 +47,7 @@ Rails.application.configure do
config.assets.quiet = true config.assets.quiet = true
config.allow_concurrency = defined?(::Puma) config.allow_concurrency = defined?(::Puma)
# BetterErrors live shell (REPL) on every stack frame
BetterErrors::Middleware.allow_ip!("127.0.0.1/0")
end end
...@@ -39,6 +39,8 @@ However, DAST can be [configured](#full-scan) ...@@ -39,6 +39,8 @@ However, DAST can be [configured](#full-scan)
to also perform a so-called "active scan". That is, attack your application and produce a more extensive security report. to also perform a so-called "active scan". That is, attack your application and produce a more extensive security report.
It can be very useful combined with [Review Apps](../../../ci/review_apps/index.md). It can be very useful combined with [Review Apps](../../../ci/review_apps/index.md).
The [`dast`](https://gitlab.com/gitlab-org/security-products/dast/container_registry) Docker image in GitLab container registry is updated on a weekly basis to have all [`owasp2docker-weekly`](https://hub.docker.com/r/owasp/zap2docker-weekly/) updates in it.
## Use cases ## Use cases
It helps you automatically find security vulnerabilities in your running web It helps you automatically find security vulnerabilities in your running web
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment