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 7c93eb1 commit 73710e9Copy full SHA for 73710e9
cpp/ql/src/Security/CWE/CWE-497/SystemData.qll
@@ -247,9 +247,9 @@ class LogonUser extends SystemData {
247
}
248
249
/**
250
- * An expression with the type of registry query parameter it is (if any).
251
- * This type is used to express information about registry query parameters in
252
- * the `regQuery` predicate concisely.
+ * The type of a registry query parameter, if it is of interest to us. This
+ * is used to express information about registry query parameters in the
+ * `regQuery` predicate concisely.
253
*/
254
private newtype TRegQueryParameter =
255
TSubKeyName() or
0 commit comments