Skip to content

Commit 86288de

Browse files
authored
Bump version to 1.10. (#222)
1 parent 9975f49 commit 86288de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
# Change Log
33
All notable changes to this project will be documented in this file.
44

5+
## [1.10.0] - 2026-05-12
6+
7+
### Fixed
8+
- Reduced false positive rate for InvalidFunctionClassTypedef.ql, IrqlAnnotationIssue.ql, IrqlTooHigh.ql, IrqlTooLow.ql, IllegalFieldAccess2.ql, OpaqueMdlUse.ql, OpaqueMdlWrite.ql, and UnguardedNullReturnDereference.ql. Thanks to zx2c4 for the contribution.
9+
- Significantly improved performance for DriverAlertSuppression.ql and MultiplePagedCode.ql.
10+
- Moderately improved performance and further reduced false positive rate for all IRQL queries.
11+
512
## [1.9.0] - 2026-02-27
613

714
### Added

src/qlpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ library: false
55
warnOnImplicitThis: false
66
compileForOverlayEval: false
77
name: microsoft/windows-drivers
8-
version: 1.9.0
8+
version: 1.10.0
99
description: CodeQL queries designed for Windows device driver development.
1010
dependencies:
1111
codeql/cpp-all: ^7.0.0

0 commit comments

Comments
 (0)