Skip to content

Commit

Permalink
Cleanup imports and move KeSetEventPaged out of experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
NateD-MSFT committed Nov 21, 2023
1 parent 8904aa7 commit 0c0aeb4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
* @owner.email sdat@microsoft.com
* @opaqueid CQLD-D0004
* @kind problem
* @problem.severity warning
* @precision medium
* @problem.severity error
* @precision high
* @tags correctness
* wddst
* @scope domainspecific
* @query-version v1
*/

import cpp
import drivers.libraries.Irql
import drivers.libraries.Page

class KeSetEventCall extends FunctionCall {
Expand Down
1 change: 0 additions & 1 deletion src/drivers/libraries/IrqlDebug.qll
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import cpp
import drivers.libraries.Irql
import semmle.code.cpp.dataflow.new.DataFlow

/**
* A debugging function used to print the rationale for why a given CFN has the IRQL value it does.
Expand Down
2 changes: 1 addition & 1 deletion src/drivers/test/build_create_analyze_test.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ call :test IllegalFieldWrite WDMTestTemplate wdm queries
call :test IllegalFieldAccess2 WDMTestTemplate wdm queries
call :test RoutineFunctionTypeNotExpected WDMTestTemplate general queries
call :test KeSetEventIrql WDMTestTemplate general queries\experimental
call :test KeSetEventPaged WDMTestTemplate general queries\experimental
call :test KeSetEventPaged WDMTestTemplate general queries

exit /b 0

Expand Down

0 comments on commit 0c0aeb4

Please sign in to comment.