| Test | Status | Duration |
|---|---|---|
| click on "real TodoMVC app." link | passed | — |
| type text into the "What needs to be done?" input field | failed | — |
| click on "Remo H. Jansen" link | failed | — |
| Finding | OWASP | Severity | Remediation |
|---|---|---|---|
|
Cross-Domain Misconfiguration
Web browser data loading may be possible, due to a Cross Origin Resource Sharing (CORS) misconfiguration on the web serv…
|
Unknown | MEDIUM | Ensure that sensitive data is not available in an unauthenticated manner (using IP address white-lis… |
|
Missing Anti-clickjacking Header
The response does not protect against 'ClickJacking' attacks. It should include either Content-Security-Policy with 'fra…
|
Unknown | MEDIUM | Modern Web browsers support the Content-Security-Policy and X-Frame-Options HTTP headers. Ensure one… |
|
Content Security Policy (CSP) Header Not Set
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, …
|
Unknown | MEDIUM | Ensure that your web server, application server, load balancer, etc. is configured to set the Conten… |
|
X-Content-Type-Options Header Missing
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Ex…
|
Unknown | LOW | Ensure that the application/web server sets the Content-Type header appropriately, and that it sets … |
|
Re-examine Cache-control Directives
The cache-control header has not been set properly or is missing, allowing the browser and proxies to cache content. For…
|
Unknown | INFORMATIONAL | For secure content, ensure the cache-control HTTP header is set with "no-cache, no-store, must-reval… |
|
Retrieved from Cache
The content was retrieved from a shared cache. If the response data is sensitive, personal or user-specific, this may re…
|
Unknown | INFORMATIONAL | Validate that the response does not contain sensitive, personal or user-specific information. If it … |
|
Information Disclosure - Suspicious Comments
The response appears to contain suspicious comments which may help an attacker.
|
Unknown | INFORMATIONAL | Remove all comments that return information that may help an attacker and fix any underlying problem… |
| Violation | WCAG | Impact | Affects | Priority |
|---|---|---|---|---|
|
color-contrast
The contrast between the text and background colors is not high enough, making it difficult for users with low vision to
|
wcag2aa, wcag143 | SERIOUS | Users with low vision, colorblindness, or other visual impairments | fix soon |