Skip to content

Commit

Permalink
Merge pull request #955 from elarlang/asvs-issue-954
Browse files Browse the repository at this point in the history
fixes #954
  • Loading branch information
jmanico authored Mar 30, 2021
2 parents 65a677d + 206625e commit c67f462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 4.0/en/0x22-V14-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Configurations for production should be hardened to protect against common attac
| **14.4.4** | Verify that all responses contain a X-Content-Type-Options: nosniff header. |||| 116 |
| **14.4.5** | Verify that a Strict-Transport-Security header is included on all responses and for all subdomains, such as Strict-Transport-Security: max-age=15724800; includeSubdomains. |||| 523 |
| **14.4.6** | [MODIFIED] Verify that a suitable Referrer-Policy header is included to avoid exposing sensitive information in the URL through the Referer header to untrusted parties. |||| 116 |
| **14.4.7** | Verify that the content of a web application cannot be embedded in a third-party site by default and that embedding of the exact resources is only allowed where necessary by using suitable Content-Security-Policy: frame-ancestors and X-Frame-Options response headers. |||| 346 |
| **14.4.7** | Verify that the content of a web application cannot be embedded in a third-party site by default and that embedding of the exact resources is only allowed where necessary by using suitable Content-Security-Policy: frame-ancestors and X-Frame-Options response headers. |||| 1021 |
| **14.4.8** | [ADDED] Verify that the Cross-Origin Resource Sharing (CORS) Access-Control-Allow-Origin header uses a strict allow list of trusted domains and subdomains. Where "Access-Control-Allow-Origin: *" needs to be used, verify that the responses do not include any sensitive information. |||| 183 |

## V14.5 Validate HTTP Request Header Requirements
Expand Down

0 comments on commit c67f462

Please sign in to comment.