Hi @christianlupus,
Sorry for the late revert.
Please see the full report of the ZAP
The 172.16.1.9:9980 is a containerized collaborative app.
Medium CSP: style-src unsafe-inline Description
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks. Including (but not limited to) 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://cloud-domain/index.php/login
Node Name https://cloud-domain/index.php/login
Method GET
Attack : none
Evidence :default-src ânoneâ;base-uri ânoneâ;manifest-src âselfâ;script-src ânonce-cMtJ /WqkEu3KROkC9mayXQulXpDAS0QONFSJPq7iKfM=â;script-src-elem âstrict-dynamicâ ânonce-cMtJ/WqkEu3KROkC9mayXQulXpDAS0QONFSJPq7iKfM=â;style-src âselfâ âunsafeinlineâ;img-src âselfâ data: blob: https://172.16.1.9:9980;font-src âselfâ data:;connect-src âselfâ; media-src âselfâ;frame-src âselfâ nc: https://172.16.1.9:9980;frame-ancestors âselfâ https://172.16.1.9:9980;form-action âselfâ https://172.16.1.9:9980
Other Info style-src includes unsafe-inline.Instances 1 Solution Ensure that your web server, application server, load balancer, etc. is properly configured to set the Content-Security-Policy header.
Medium CSP: Failure to Define Directive with No Fallback Description
The Content Security Policy fails to define one of the directives that has no fallback. Missing /excluding them is the same as allowing anything.
URL https://cloud-domain/
Node Name: https://cloud-domain/
Method GET:
Attack
Evidence default-src âselfâ; script-src âselfâ ânonceQPGyKhQ6rLKUTcRiZlgjzbPtNbdJek+jCjVoYpwWISU=â; style-src âselfâ âunsafe-inlineâ; frame-src *; img-src * data: blob:; font-src âselfâ data:; media-src *; connect-src *; object-src ânoneâ; base-uri âselfâ; Other Info The directive(s): frame-ancestors, form-action is/are among the directives that do not fallback to default-src.
URL: https://cloud-domain/index.php
Node Name: https://cloud-domain/index.phpMethod
Evidence : default-src âselfâ; script-src âselfâ ânonceoep1TWPNJMY28MOT8ucKBjBS7qu9DJeLHZNRus+TMi4=â; style-src âselfâ âunsafe-inlineâ; frame-src *; img-src * data: blob:; font-src âselfâ data:; media-src *; connect-src *; object-src ânoneâ; base-uri âselfâ; Other Info The directive(s): frame-ancestors, form-action is/are among the directives that do not fallback to default-src.
URL https://cloud-domain/index.php/login
Node Name https://cloud-domain/index.php/login ()(password,rememberme,requesttoken,timezone, timezone_offset,user)
Method POST
Attack
Evidence default-src ânoneâ;base-uri ânoneâ;manifest-src âselfâ;frame-ancestors ânoneâ Other Info The directive(s): form-action is/are among the directives that do not fallback to default-src.