Skip to content

Commit 866977b

Browse files
authored
Merge pull request #256 from microsoft/jb1/qhelpfix
QHelp: Terminate p tag
2 parents 4dfa5d2 + 3606679 commit 866977b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powershell/ql/src/queries/security/cwe-250/InsecureExecutionPolicy.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ allowing any script—including malicious or unsigned code—to run without rest
1212
<recommendation>
1313
<p>Always prefer <code>AllSigned</code> to enforce full signature verification.</p>
1414
<p>If this is not possible, set the execution policy to <code>RemoteSigned</code> to allow local scripts while requiring downloaded scripts to be signed.</p>
15-
<p>Always limit the scope of the execution policy by supplying the most restrictive <code>Scope</code> as possible. Use <code>Process</code> to limit the execution policy to the current PowerShell session. When no <code>Scope</code> is supplied the execution policy change is applied system-wide.
15+
<p>Always limit the scope of the execution policy by supplying the most restrictive <code>Scope</code> as possible. Use <code>Process</code> to limit the execution policy to the current PowerShell session. When no <code>Scope</code> is supplied the execution policy change is applied system-wide.</p>
1616
</recommendation>
1717

1818
<example>

0 commit comments

Comments
 (0)