We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8665747 commit 9e9678bCopy full SHA for 9e9678b
python/ql/src/experimental/semmle/python/frameworks/LDAP.qll
@@ -14,7 +14,7 @@ private import semmle.python.ApiGraphs
14
*/
15
private module LDAP {
16
/**
17
- * Provides models for Python's `ldap` library.
+ * Provides models for the `python-ldap` PyPI package (imported as `ldap`).
18
*
19
* See https://www.python-ldap.org/en/python-ldap-3.3.0/index.html
20
@@ -87,7 +87,7 @@ private module LDAP {
87
}
88
89
90
- * Provides models for Python's `ldap3` library.
+ * Provides models for the `ldap3` PyPI package
91
92
* See https://pypi.org/project/ldap3/
93
0 commit comments