mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
Add documentation to main classes' functions.
Co-authored-by: Rasmus Wriedt Larsen <rasmuswriedtlarsen@gmail.com>
This commit is contained in:
@@ -41,6 +41,9 @@ class LDAPQuery extends DataFlow::Node {
|
||||
|
||||
LDAPQuery() { this = range }
|
||||
|
||||
/**
|
||||
* Gets the argument containing the executed expression.
|
||||
*/
|
||||
DataFlow::Node getLDAPNode() { result = range.getLDAPNode() }
|
||||
}
|
||||
|
||||
@@ -71,5 +74,8 @@ class LDAPEscape extends DataFlow::Node {
|
||||
|
||||
LDAPEscape() { this = range }
|
||||
|
||||
/**
|
||||
* Gets the argument containing the escaped expression.
|
||||
*/
|
||||
DataFlow::Node getEscapeNode() { result = range.getEscapeNode() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user