Update java/ql/src/Security/CWE/CWE-652/XQueryInjection.qhelp

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
haby0
2021-02-08 19:15:28 +08:00
committed by GitHub
parent 81c56b9bed
commit 97690b4eb7

View File

@@ -3,8 +3,8 @@
"qhelp.dtd">
<qhelp>
<overview>
<p>The software uses external input to dynamically construct an XQuery expression used to retrieve data from an XML database, but it does not neutralize or incorrectly neutralizes that input.
This allows an attacker to control the structure of the query.</p>
<p>The software uses external input to dynamically construct an XQuery expression which is then used to retrieve data from an XML database.
However, the input is not neutralized, or is incorrectly neutralized, which allows an attacker to control the structure of the query.</p>
</overview>
<recommendation>