Skip to content

Commit 9902679

Browse files
committed
Precision warn and Remove CWE reference
1 parent edfb8e6 commit 9902679

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

python/ql/src/experimental/Security/CWE-090/LDAPInjection.qhelp

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323
Python
2424
<a href="https://www.python-ldap.org/en/python-ldap-3.3.0/reference/ldap.html">LDAP Documentation</a>
2525
</li>
26-
<li>
27-
CWE-
28-
<a href="https://cwe.mitre.org/data/definitions/90.html">090</a>
29-
</li>
3026
</references>
3127

3228
</qhelp>

python/ql/src/experimental/Security/CWE-090/LDAPInjection.ql

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* external/cwe/cwe-090
1010
*/
1111

12+
// Determine precision above
1213
import python
1314
import semmle.python.dataflow.new.RemoteFlowSources
1415
import semmle.python.dataflow.new.DataFlow

0 commit comments

Comments
 (0)