Skip to content

Commit c2b96b3

Browse files
jorgectfRasmusWL
andauthored
Add documentation to main classes' functions.
Co-authored-by: Rasmus Wriedt Larsen <[email protected]>
1 parent 1c34230 commit c2b96b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

python/ql/src/experimental/semmle/python/Concepts.qll

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class LDAPQuery extends DataFlow::Node {
4141

4242
LDAPQuery() { this = range }
4343

44+
/**
45+
* Gets the argument containing the executed expression.
46+
*/
4447
DataFlow::Node getLDAPNode() { result = range.getLDAPNode() }
4548
}
4649

@@ -71,5 +74,8 @@ class LDAPEscape extends DataFlow::Node {
7174

7275
LDAPEscape() { this = range }
7376

77+
/**
78+
* Gets the argument containing the escaped expression.
79+
*/
7480
DataFlow::Node getEscapeNode() { result = range.getEscapeNode() }
7581
}

0 commit comments

Comments
 (0)