Skip to content

Commit 9ebdb2a

Browse files
committed
C++: QLDoc.
1 parent cb33ed4 commit 9ebdb2a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cpp/ql/src/Security/CWE/CWE-497/SystemData.qll

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,11 @@ class LogonUser extends SystemData {
236236
override predicate isSensitive() { any() }
237237
}
238238

239+
/**
240+
* An expression with the type of registry query parameter it is (if any).
241+
* This type is used to express information about registry query parameters in
242+
* the `regQuery` predicate concisely.
243+
*/
239244
private newtype TRegQueryParameter =
240245
TSubKeyName(Expr e) or
241246
TValueName(Expr e) or

0 commit comments

Comments
 (0)