We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edfb8e6 commit 9902679Copy full SHA for 9902679
python/ql/src/experimental/Security/CWE-090/LDAPInjection.qhelp
@@ -23,10 +23,6 @@
23
Python
24
<a href="https://www.python-ldap.org/en/python-ldap-3.3.0/reference/ldap.html">LDAP Documentation</a>
25
</li>
26
- <li>
27
- CWE-
28
- <a href="https://cwe.mitre.org/data/definitions/90.html">090</a>
29
- </li>
30
</references>
31
32
</qhelp>
python/ql/src/experimental/Security/CWE-090/LDAPInjection.ql
@@ -9,6 +9,7 @@
9
* external/cwe/cwe-090
10
*/
11
12
+// Determine precision above
13
import python
14
import semmle.python.dataflow.new.RemoteFlowSources
15
import semmle.python.dataflow.new.DataFlow
0 commit comments