Skip to content

Commit

Permalink
Update outdated test result for KeWaitLocal.
Browse files Browse the repository at this point in the history
  • Loading branch information
NateD-MSFT committed Oct 5, 2023
1 parent 71ffd58 commit 74694ad
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions src/drivers/test/diff/KeWaitLocal.sarif
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
{
"all": {
"+": 0,
"-": 0
"+": 1,
"-": 1
},
"error": {
"+": 0,
"-": 0,
"codes": []
},
"warning": {
"+": 0,
"-": 0,
"codes": []
"+": 1,
"-": 1,
"codes": [
[
"cpp/drivers/kewaitlocal-requires-kernel-mode [good_use](1): KeWaitForSingleObject should have a KernelMode AccessMode when the [first argument](2) is local",
0,
1
],
[
"cpp/drivers/kewaitlocal-requires-kernel-mode KeWaitForSingleObject should have a KernelMode AccessMode when the first argument is local",
1,
0
]
]
},
"note": {
"+": 0,
Expand Down

0 comments on commit 74694ad

Please sign in to comment.