Skip to content

Commit 2f874c5

Browse files
committed
Precision warn and Remove CWE (broken) reference
1 parent 809bf23 commit 2f874c5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

python/ql/src/experimental/Security/CWE-287/LDAPImproperAuth.qhelp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
SonarSource
2424
<a href="https://rules.sonarsource.com/python/type/Vulnerability/RSPEC-4433">RSPEC-4433</a>
2525
</li>
26-
<li>
27-
CWE-
28-
<a href="https://cwe.mitre.org/data/definitions/287.html">287</a>
2926
</references>
3027

3128
</qhelp>

python/ql/src/experimental/Security/CWE-287/LDAPImproperAuth.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* external/cwe/cwe-287
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)