ZAP Scanning Report

Site: https://mfc-web-dev.osc-secnum-fr1.scalingo.io

Generated on Sun, 1 Jun 2025 10:06:29

ZAP Version: 2.16.1

ZAP by Checkmarx

Summary of Alerts

Risk Level Number of Alerts
High
0
Medium
1
Low
1
Informational
5
False Positives:
0

Summary of Sequences

For each step: result (Pass/Fail) - risk (of highest alert(s) for the step, if any).

Alerts

Name Risk Level Number of Instances
Content Security Policy (CSP) Header Not Set Medium 3
Permissions Policy Header Not Set Low 3
Non-Storable Content Informational 3
Sec-Fetch-Dest Header is Missing Informational 2
Sec-Fetch-Mode Header is Missing Informational 2
Sec-Fetch-Site Header is Missing Informational 2
Sec-Fetch-User Header is Missing Informational 2

Alert Detail

Medium
Content Security Policy (CSP) Header Not Set
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 — covered types are JavaScript, CSS, HTML frames, fonts, images and embeddable objects such as Java applets, ActiveX, audio and video files.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/sitemap.xml
Method GET
Parameter
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Content-Security-Policy header.
Reference https://developer.mozilla.org/en-US/docs/Web/Security/CSP/Introducing_Content_Security_Policy
https://cheatsheetseries.owasp.org/cheatsheets/Content_Security_Policy_Cheat_Sheet.html
https://www.w3.org/TR/CSP/
https://w3c.github.io/webappsec-csp/
https://web.dev/articles/csp
https://caniuse.com/#feat=contentsecuritypolicy
https://content-security-policy.com/
CWE Id 693
WASC Id 15
Plugin Id 10038
Low
Permissions Policy Header Not Set
Description
Permissions Policy Header is an added layer of security that helps to restrict from unauthorized access or usage of browser/client features by web resources. This policy ensures the user privacy by limiting or specifying the features of the browsers can be used by the web resources. Permissions Policy provides a set of standard HTTP headers that allow website owners to limit which features of browsers can be used by the page such as camera, microphone, location, full screen etc.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/sitemap.xml
Method GET
Parameter
Attack
Evidence
Other Info
Instances 3
Solution
Ensure that your web server, application server, load balancer, etc. is configured to set the Permissions-Policy header.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy
https://developer.chrome.com/blog/feature-policy/
https://scotthelme.co.uk/a-new-security-header-feature-policy/
https://w3c.github.io/webappsec-feature-policy/
https://www.smashingmagazine.com/2018/12/feature-policy/
CWE Id 693
WASC Id 15
Plugin Id 10063
Informational
Non-Storable Content
Description
The response contents are not storable by caching components such as proxy servers. If the response does not contain sensitive, personal or user-specific information, it may benefit from being stored and cached, to improve performance.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter
Attack
Evidence 503
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter
Attack
Evidence 503
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/sitemap.xml
Method GET
Parameter
Attack
Evidence 503
Other Info
Instances 3
Solution
The content may be marked as storable by ensuring that the following conditions are satisfied:

The request method must be understood by the cache and defined as being cacheable ("GET", "HEAD", and "POST" are currently defined as cacheable)

The response status code must be understood by the cache (one of the 1XX, 2XX, 3XX, 4XX, or 5XX response classes are generally understood)

The "no-store" cache directive must not appear in the request or response header fields

For caching by "shared" caches such as "proxy" caches, the "private" response directive must not appear in the response

For caching by "shared" caches such as "proxy" caches, the "Authorization" header field must not appear in the request, unless the response explicitly allows it (using one of the "must-revalidate", "public", or "s-maxage" Cache-Control response directives)

In addition to the conditions above, at least one of the following conditions must also be satisfied by the response:

It must contain an "Expires" header field

It must contain a "max-age" response directive

For "shared" caches such as "proxy" caches, it must contain a "s-maxage" response directive

It must contain a "Cache Control Extension" that allows it to be cached

It must have a status code that is defined as cacheable by default (200, 203, 204, 206, 300, 301, 404, 405, 410, 414, 501).
Reference https://datatracker.ietf.org/doc/html/rfc7234
https://datatracker.ietf.org/doc/html/rfc7231
https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
CWE Id 524
WASC Id 13
Plugin Id 10049
Informational
Sec-Fetch-Dest Header is Missing
Description
Specifies how and where the data would be used. For instance, if the value is audio, then the requested resource must be audio data and not any other type of resource.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter Sec-Fetch-Dest
Attack
Evidence
Other Info
Instances 2
Solution
Ensure that Sec-Fetch-Dest header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Dest
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-Mode Header is Missing
Description
Allows to differentiate between requests for navigating between HTML pages and requests for loading resources like images, audio etc.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter Sec-Fetch-Mode
Attack
Evidence
Other Info
Instances 2
Solution
Ensure that Sec-Fetch-Mode header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Mode
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-Site Header is Missing
Description
Specifies the relationship between request initiator's origin and target's origin.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter Sec-Fetch-Site
Attack
Evidence
Other Info
Instances 2
Solution
Ensure that Sec-Fetch-Site header is included in request headers.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-Site
CWE Id 352
WASC Id 9
Plugin Id 90005
Informational
Sec-Fetch-User Header is Missing
Description
Specifies if a navigation request was initiated by a user.
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
URL https://mfc-web-dev.osc-secnum-fr1.scalingo.io/robots.txt
Method GET
Parameter Sec-Fetch-User
Attack
Evidence
Other Info
Instances 2
Solution
Ensure that Sec-Fetch-User header is included in user initiated requests.
Reference https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Sec-Fetch-User
CWE Id 352
WASC Id 9
Plugin Id 90005

Sequence Details

With the associated active scan results.