Skip to content

Commit 32fe75f

Browse files
committed
fixing linter errors
1 parent 2e6bf65 commit 32fe75f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • submissions/description/server_security_misconfiguration/misconfigured_security_headers/insecure_csp

submissions/description/server_security_misconfiguration/misconfigured_security_headers/insecure_csp/template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ An insecure `Content-Security-Policy` header can lead to reputational damage and
1111
1. Review the policy and note the usage of the following explicitly unsafe source expressions:
1212
>
1313
> {{replace following with relevant insecure directives}}
14-
> - unsafe-inline: allows the execution of untrusted inline page scripts and event handlers
15-
> - unsafe-eval: allows the execution of code injected into DOM APIs such as eval()
14+
15+
- unsafe-inline: allows the execution of untrusted inline page scripts and event handlers
16+
- unsafe-eval: allows the execution of code injected into DOM APIs such as eval()
1617

1718
**Proof of Concept (PoC)**
1819

0 commit comments

Comments
 (0)