You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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.
7
+
This allows an attacker to control the structure of the query.</p>
8
+
9
+
</overview>
10
+
<recommendation>
11
+
12
+
<p>Use parameterized queries. This will help ensure separation between data plane and control plane.</p>
13
+
14
+
</recommendation>
15
+
<example>
16
+
17
+
<p>This example is a comparison of unused parameterized query and using parameterized query.
18
+
Parameterized query through <code>bindString</code>.</p>
0 commit comments