Skip to content

Commit a24974b

Browse files
authored
Python: Add missing <p> to qhelp
1 parent 33a9fb6 commit a24974b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/ql/src/experimental/CWE-643/Xslt.qhelp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<!DOCTYPE qhelp SYSTEM "qhelp.dtd">
22
<qhelp>
33
<overview>
4-
Processing an unvalidated XSL stylesheet can allow an attacker to change the structure and contents of the resultant XML, include arbitrary files from the file system, or execute arbitrary code.
4+
<p>
5+
Processing an unvalidated XSL stylesheet can allow an attacker to change the structure and contents of the resultant XML, include arbitrary files from the file system, or execute arbitrary code.
6+
</p>
57
</overview>
68
<recommendation>
79
<p>

0 commit comments

Comments
 (0)