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 cb33ed4 commit 9ebdb2aCopy full SHA for 9ebdb2a
cpp/ql/src/Security/CWE/CWE-497/SystemData.qll
@@ -236,6 +236,11 @@ class LogonUser extends SystemData {
236
override predicate isSensitive() { any() }
237
}
238
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
+ */
244
private newtype TRegQueryParameter =
245
TSubKeyName(Expr e) or
246
TValueName(Expr e) or
0 commit comments