diff --git a/src/drivers/test/diff/KeWaitLocal.sarif b/src/drivers/test/diff/KeWaitLocal.sarif index dea8275e..4ac852d9 100644 --- a/src/drivers/test/diff/KeWaitLocal.sarif +++ b/src/drivers/test/diff/KeWaitLocal.sarif @@ -1,7 +1,7 @@ { "all": { - "+": 0, - "-": 0 + "+": 1, + "-": 1 }, "error": { "+": 0, @@ -9,9 +9,20 @@ "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,