Risk Level | Number of Alerts |
---|---|
High | 0 |
Medium | 0 |
Low | 37 |
Informational | 0 |
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://activity-stream-icons.services.mozilla.com/v1/icons.json.br
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
public,max-age=3600
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://activity-stream-icons.services.mozilla.com/v1/icons.json.br
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://shavar.services.mozilla.com/downloads?client=navclient-auto-ffox&appver=62.0&pver=2.2
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
Web Browser XSS Protection is not enabled, or is disabled by the configuration of the 'X-XSS-Protection' HTTP response header on the web server
-
URL: http://127.0.0.1:8000/appointment/list/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/profile/update/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/favicon.ico
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/medicalinfo/patient/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/prescription/list/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/robots.txt
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/sitemap.xml
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
-
Method:
POST
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/message/list/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
Instances: 16
Ensure that the web browser's XSS filter is enabled, by setting the X-XSS-Protection HTTP response header to '1'.
The X-XSS-Protection HTTP response header allows the web server to enable or disable the web browser's XSS protection mechanism. The following values would attempt to enable it:
X-XSS-Protection: 1; mode=block
X-XSS-Protection: 1; report=http://www.example.com/xss
The following values would disable it:
X-XSS-Protection: 0
The X-XSS-Protection HTTP response header is currently supported on Internet Explorer, Chrome and Safari (WebKit).
Note that this alert is only raised if the response body could potentially contain an XSS payload (with a text-based content type, with a non-zero length).
- https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
- https://blog.veracode.com/2014/03/guidelines-for-setting-security-headers/
The page includes one or more script files from a third-party domain.
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
https://code.jquery.com/jquery-3.3.1.min.js
-
Evidence:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
-
-
-
Method:
GET
-
Parameter:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
-
Evidence:
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
https://code.jquery.com/jquery-3.3.1.min.js
-
Evidence:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js
-
Evidence:
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
-
-
URL: http://127.0.0.1:8000/profile/update/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js"></script>
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
-
-
URL: http://127.0.0.1:8000/medicalinfo/patient/
-
Method:
GET
-
Parameter:
https://code.jquery.com/jquery-3.3.1.min.js
-
Evidence:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js
-
Evidence:
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
-
-
URL: http://127.0.0.1:8000/message/list/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js"></script>
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js
-
Evidence:
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
-
-
-
Method:
POST
-
Parameter:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
-
Evidence:
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-
-
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js"></script>
-
-
URL: http://127.0.0.1:8000/prescription/list/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js"></script>
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js
-
Evidence:
<script src="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js"></script>
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js
-
Evidence:
<script src="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js"></script>
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
https://code.jquery.com/jquery-3.3.1.min.js
-
Evidence:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
-
-
URL: http://127.0.0.1:8000/medicalinfo/patient/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js"></script>
-
Instances: 91
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.
-
-
Method:
POST
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/prescription/list/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/profile/update/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/medicalinfo/patient/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/appointment/list/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
POST
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
Instances: 13
Ensure that the HttpOnly flag is set for all cookies.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: http://127.0.0.1:8000/message/list/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/profile/update/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/prescription/list/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/static/css/dashboard.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/medicalinfo/patient/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/message/new/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/appointment/list/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/appointment/calendar/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/profile/
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 14
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The AUTOCOMPLETE attribute is not disabled on an HTML FORM/INPUT element containing password type input. Passwords may be stored in browsers and retrieved.
-
-
Method:
POST
-
Parameter:
id_password
-
Evidence:
<input type="password" name="password" maxlength="50" class="form-control" placeholder="Enter password here" required id="id_password">
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
id_password_second
-
Evidence:
<input type="password" name="password_second" maxlength="50" class="form-control" placeholder="Enter new password again" required id="id_password_second">
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
id_password_current
-
Evidence:
<input type="password" name="password_current" maxlength="50" class="form-control" placeholder="Enter your current password here" required id="id_password_current">
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
id_password_first
-
Evidence:
<input type="password" name="password_first" maxlength="50" minlength="1" class="form-control" placeholder="Enter password here" required id="id_password_first">
-
-
URL: http://127.0.0.1:8000/register/
-
Method:
GET
-
Parameter:
id_password_second
-
Evidence:
<input type="password" name="password_second" maxlength="50" minlength="1" class="form-control" placeholder="Enter password again" required id="id_password_second">
-
-
-
Method:
GET
-
Parameter:
id_password
-
Evidence:
<input type="password" name="password" maxlength="50" class="form-control" placeholder="Enter password here" required id="id_password">
-
-
URL: http://127.0.0.1:8000/profile/password/
-
Method:
GET
-
Parameter:
id_password_first
-
Evidence:
<input type="password" name="password_first" maxlength="50" class="form-control" placeholder="Enter new password here" required id="id_password_first">
-
Instances: 7
Turn off the AUTOCOMPLETE attribute in forms or individual input elements containing password inputs by using AUTOCOMPLETE='OFF'.
- http://www.w3schools.com/tags/att_input_autocomplete.asp
- https://msdn.microsoft.com/en-us/library/ms533486%28v=vs.85%29.aspx
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://api.github.com/_private/browser/stats
-
Method:
POST
-
Parameter:
Cache-Control
-
Evidence:
no-cache
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
POST
-
Parameter:
X-Content-Type-Options
-
Instances: 13
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
-
-
Method:
POST
-
Parameter:
Cache-Control
-
Instances: 13
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://fonts.googleapis.com/css?family=Lato:400,700,400italic
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
private, max-age=86400
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://fonts.googleapis.com/css?family=Lato:400,700,400italic
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://assets-cdn.github.com/static/fonts/inter/Inter-UI-Medium.woff
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://assets-cdn.github.com/static/fonts/inter/Inter-UI-Regular.woff
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://assets-cdn.github.com/assets/site-3ba3ae12a2f85a6290c97a963107cc97.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 8
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://assets-cdn.github.com/assets/site-3ba3ae12a2f85a6290c97a963107cc97.css
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
max-age=31536000, public
-
-
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
max-age=31536000, public
-
-
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
max-age=31536000, public
-
Instances: 3
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.
-
URL: https://github.com/
-
Method:
GET
-
Parameter:
has_recent_activity
-
Evidence:
Set-Cookie: has_recent_activity
-
Instances: 1
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.
-
URL: https://github.com/
-
Method:
GET
-
Parameter:
has_recent_activity
-
Evidence:
Set-Cookie: has_recent_activity
-
Instances: 1
Ensure that the HttpOnly flag is set for all cookies.
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://github.com/
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
no-cache
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://www.google.com/compressiontest/gzip.html
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
no-cache, must-revalidate
-
-
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
private, max-age=0
-
-
URL: https://www.google.com/async/bgasy?ei=cD_IW6SCEcv1rQHvx6K4Bg&client=ubuntu&yv=3&async=_fmt:jspb
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
private
-
-
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
private,max-age=3600
-
Instances: 4
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://www.google.com/compressiontest/gzip.html
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://www.google.com/async/bgasy?ei=cD_IW6SCEcv1rQHvx6K4Bg&client=ubuntu&yv=3&async=_fmt:jspb
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 4
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
A cookie has been set without the secure flag, which means that the cookie can be accessed via unencrypted connections.
-
URL: https://www.google.com/compressiontest/gzip.html
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
-
Method:
POST
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
URL: https://www.google.com/client_204?&atyp=i&biw=1299&bih=616&ei=cD_IW6SCEcv1rQHvx6K4Bg
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
-
Method:
POST
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
Instances: 5
Whenever a cookie contains sensitive information or is a session token, then it should always be passed using an encrypted channel. Ensure that the secure flag is set for cookies containing such sensitive information.
A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.
-
-
Method:
POST
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
URL: https://www.google.com/client_204?&atyp=i&biw=1299&bih=616&ei=cD_IW6SCEcv1rQHvx6K4Bg
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
-
Method:
POST
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
-
URL: https://www.google.com/compressiontest/gzip.html
-
Method:
GET
-
Parameter:
1P_JAR
-
Evidence:
Set-Cookie: 1P_JAR
-
Instances: 5
Ensure that the HttpOnly flag is set for all cookies.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://mishal23.github.io/flatly-bootstrap.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://mishal23.github.io/flatly-bootstrap.css
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
max-age=600
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://code.jquery.com/jquery-3.3.1.min.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 3
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
max-age=31536000
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 3
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
URL: https://cdn.datatables.net/1.10.16/css/jquery.dataTables.min.css
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
public, max-age=31536000
-
Instances: 1
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 5
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
The cache-control and pragma HTTP header have not been set properly or are missing allowing the browser and proxies to cache content.
-
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
public, max-age=30672000
-
-
URL: https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.css
-
Method:
GET
-
Parameter:
Cache-Control
-
Evidence:
public, max-age=30672000
-
Instances: 2
Whenever possible ensure the cache-control HTTP header is set with no-cache, no-store, must-revalidate; and that the pragma HTTP header is set with no-cache.
The page includes one or more script files from a third-party domain.
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://code.jquery.com/jquery-3.3.1.min.js
-
Evidence:
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
-
Evidence:
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/js/bootstrap-datetimepicker.min.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js
-
Evidence:
<script src="https://cdn.datatables.net/plug-ins/1.10.7/integration/bootstrap/3/dataTables.bootstrap.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.8.2/fullcalendar.min.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js
-
Evidence:
<script src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js
-
Evidence:
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.21.0/moment.min.js"></script>
-
Instances: 7
Ensure JavaScript source files are loaded from only trusted sources, and the sources can't be controlled by end users of the application.
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: http://virtual-clinic.herokuapp.com/static/css/dashboard.css
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 2
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.
- http://msdn.microsoft.com/en-us/library/ie/gg622941%28v=vs.85%29.aspx
- https://www.owasp.org/index.php/List_of_useful_HTTP_headers
A cookie has been set without the HttpOnly flag, which means that the cookie can be accessed by JavaScript. If a malicious script can be run on this page then the cookie will be accessible and can be transmitted to another site. If this is a session cookie then session hijacking may be possible.
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
csrftoken
-
Evidence:
Set-Cookie: csrftoken
-
Instances: 1
Ensure that the HttpOnly flag is set for all cookies.
Web Browser XSS Protection is not enabled, or is disabled by the configuration of the 'X-XSS-Protection' HTTP response header on the web server
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
X-XSS-Protection
-
Instances: 1
Ensure that the web browser's XSS filter is enabled, by setting the X-XSS-Protection HTTP response header to '1'.
The X-XSS-Protection HTTP response header allows the web server to enable or disable the web browser's XSS protection mechanism. The following values would attempt to enable it:
X-XSS-Protection: 1; mode=block
X-XSS-Protection: 1; report=http://www.example.com/xss
The following values would disable it:
X-XSS-Protection: 0
The X-XSS-Protection HTTP response header is currently supported on Internet Explorer, Chrome and Safari (WebKit).
Note that this alert is only raised if the response body could potentially contain an XSS payload (with a text-based content type, with a non-zero length).
- https://www.owasp.org/index.php/XSS_(Cross_Site_Scripting)_Prevention_Cheat_Sheet
- https://blog.veracode.com/2014/03/guidelines-for-setting-security-headers/
The AUTOCOMPLETE attribute is not disabled on an HTML FORM/INPUT element containing password type input. Passwords may be stored in browsers and retrieved.
-
URL: http://virtual-clinic.herokuapp.com/
-
Method:
GET
-
Parameter:
id_password
-
Evidence:
<input type="password" name="password" maxlength="50" class="form-control" placeholder="Enter password here" required id="id_password">
-
Instances: 1
Turn off the AUTOCOMPLETE attribute in forms or individual input elements containing password inputs by using AUTOCOMPLETE='OFF'.
- http://www.w3schools.com/tags/att_input_autocomplete.asp
- https://msdn.microsoft.com/en-us/library/ms533486%28v=vs.85%29.aspx
The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff'. This allows older versions of Internet Explorer and Chrome to perform MIME-sniffing on the response body, potentially causing the response body to be interpreted and displayed as a content type other than the declared content type. Current (early 2014) and legacy versions of Firefox will use the declared content type (if one is set), rather than performing MIME-sniffing.
-
URL: http://detectportal.firefox.com/success.txt
-
Method:
GET
-
Parameter:
X-Content-Type-Options
-
Instances: 1
Ensure that the application/web server sets the Content-Type header appropriately, and that it sets the X-Content-Type-Options header to 'nosniff' for all web pages.
If possible, ensure that the end user uses a standards-compliant and modern web browser that does not perform MIME-sniffing at all, or that can be directed by the web application/web server to not perform MIME-sniffing.
This issue still applies to error type pages (401, 403, 500, etc) as those pages are often still affected by injection issues, in which case there is still concern for browsers sniffing pages away from their actual content type.
At "High" threshold this scanner will not alert on client or server error responses.