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 05c6fe3 commit b1867d8Copy full SHA for b1867d8
5 files changed
cpp/ql/lib/ext/Windows.model.yml
@@ -45,8 +45,8 @@ extensions:
45
- ["", "", False, "RegQueryMultipleValuesA", "", "", "Argument[*3]", "windows-registry", "manual"]
46
# TODO: Once we support access paths at sources we should also mark Argument[*1].Field[*ve_valueptr]
47
- ["", "", False, "RegQueryMultipleValuesW", "", "", "Argument[*3]", "windows-registry", "manual"]
48
- - ["", "", False, "RegEnumValueA", "", "", "Argument[*6]", "windows-registry", "manual"]
49
- - ["", "", False, "RegEnumValueW", "", "", "Argument[*6]", "windows-registry", "manual"]
+ - ["", "", False, "RegEnumValueA", "", "", "Argument[*2,*6]", "windows-registry", "manual"]
+ - ["", "", False, "RegEnumValueW", "", "", "Argument[*2,*6]", "windows-registry", "manual"]
50
- addsTo:
51
pack: codeql/cpp-all
52
extensible: summaryModel
0 commit comments