Commit a5e75990 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dcouture-dast-csp' into 'master'

Remove CSP rule from DAST

See merge request gitlab-org/gitlab!78462
parents 9aca766d 90a28317
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
# 10019, 10021 Missing security headers # 10019, 10021 Missing security headers
# 10023, 10024, 10025, 10037 Information Disclosure # 10023, 10024, 10025, 10037 Information Disclosure
# 10040 Secure Pages Include Mixed Content # 10040 Secure Pages Include Mixed Content
# 10055 CSP
# 10056 X-Debug-Token Information Leak # 10056 X-Debug-Token Information Leak
# Duration: 14 minutes 20 seconds # Duration: 14 minutes 20 seconds
...@@ -54,7 +53,7 @@ dast:secureHeaders-csp-infoLeak: ...@@ -54,7 +53,7 @@ dast:secureHeaders-csp-infoLeak:
- .dast_conf - .dast_conf
variables: variables:
DAST_USERNAME: "user1" DAST_USERNAME: "user1"
DAST_ONLY_INCLUDE_RULES: "10019,10021,10023,10024,10025,10037,10040,10055,10056" DAST_ONLY_INCLUDE_RULES: "10019,10021,10023,10024,10025,10037,10040,10056"
script: script:
- /analyze - /analyze
......
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