"name":"OWASP Zed Attack Proxy (ZAP) and Browserker",
"url":"https://www.zaproxy.org",
"version":"D-2020-08-26",
"vendor":{
"name":"GitLab"
}
},
"start_time":"2021-06-11T07:26:17",
"status":"success",
"type":"dast"
},
"version":"14.0.2",
"vulnerabilities":[
{
"category":"dast",
"confidence":"High",
"cve":"10038-aggregated",
"details":{
"urls":{
"name":"URLs",
"type":"list",
"items":[
{
"type":"url",
"href":"http://pancakes/"
}
]
}
},
"description":"Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks. These attacks are used for everything from data theft to site defacement or distribution of malware. CSP provides a set of standard HTTP headers that allow website owners to declare approved sources of content that browsers should be allowed to load on that page \u2014 covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.",
"message":"Content Security Policy (CSP) Header Not Set",
"scanner":{
"id":"zaproxy-browserker",
"name":"ZAProxy and Browserker"
},
"severity":"Medium",
"solution":"Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header, to achieve optimal browser support: \"Content-Security-Policy\" for Chrome 25+, Firefox 23+ and Safari 7+, \"X-Content-Security-Policy\" for Firefox 4.0+ and Internet Explorer 10+, and \"X-WebKit-CSP\" for Chrome 14+ and Safari 6+."