Граф коммитов

214 Коммитов

Автор SHA1 Сообщение Дата
NateD-MSFT 44a75acab6
Merge pull request #140 from microsoft/dependabot/pip/src/drivers/test/azure-identity-1.16.1
Bump azure-identity from 1.15.0 to 1.16.1 in /src/drivers/test
2024-07-30 14:03:54 -07:00
dependabot[bot] 6d33954b2a
Bump azure-identity from 1.15.0 to 1.16.1 in /src/drivers/test
Bumps [azure-identity](https://github.com/Azure/azure-sdk-for-python) from 1.15.0 to 1.16.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-identity_1.15.0...azure-identity_1.16.1)

---
updated-dependencies:
- dependency-name: azure-identity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-11 20:29:59 +00:00
NateD-MSFT 9dc724bd35
Merge pull request #138 from microsoft/development
RI of development branch to main (03/29/24)
2024-03-29 13:59:41 -07:00
NateD-MSFT 35782fda54
Merge branch 'main' into development 2024-03-29 12:01:49 -07:00
NateD-MSFT 5dc2b928df
Update suppression library to use new query IDs. (#137)
* Update suppression IDs [in-progress]

* Finish adding/updating suppression IDs.

* Fix opaque query IDs for a few queies.

* Clean up some accidental duplicates in Suppression.qll.
2024-03-29 11:59:29 -07:00
Jacob Ronstadt eddc6fd651
Updates to multithreadedavcondition query (port of CA28616) (#136)
* add example to qhelp file

* update doc

* update query ID

* Update MultithreadedAVCondition.qhelp

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

---------

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-26 13:40:41 -07:00
jacob-ronstadt baa835ecf3 remove temp files and update gitignore 2024-03-20 16:02:43 -07:00
Jacob Ronstadt cab8b0fb1e
MultithreadedAVCondition query: CodeQL port of C28616 (#105)
* initial setup for MultithreadedAVCondition query

* WIP: update test script to python

* improve script

* improve script. add multithreading

* add timer

* WIP multithread query. add cpp test driver

* WIP codeql port of C28616. Need to do more testing

* update test script

* update codeql library versions and qlhelp file

* update script. add support for useNTIFS option

* update test script output and warn about multithreaded mode not being final

* bug fix

* update multithreading to limit number of threads so codeql doesnt run out of memory

* add CppKMDFTestTemplate for testing cpp specific queries

* update cpp test template and multithreadedAVCondition query

* update query message

* fix names of functions in driver_snippet.cpp

* add query to ported ca checks suite
2024-03-20 09:02:36 -07:00
Jacob Ronstadt d5d677dcd5
Merge pull request #135 from microsoft/jacob-ronstadt/result_compare_fix
Fix script to not fail when new queries are added
2024-03-19 16:13:02 -04:00
jacob-ronstadt 5a4d879719 fix build_create_analyze_test.py so that it doesn't fail when new queries are added 2024-03-19 11:02:37 -07:00
Jacob Ronstadt 49e1d7bd87
Merge pull request #133 from microsoft/jacob-ronstadt/readme_update
Update README.md to fix typo
2024-03-18 19:14:15 -04:00
Jacob Ronstadt 3fa482761e
Update README.md to fix typo
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-18 14:57:30 -07:00
Jacob Ronstadt 555447e80f
Update build-codeql.yaml setup-python to use node20
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-07 12:06:36 -08:00
Jacob Ronstadt 07fa8f4d94
Update build-codeql.yaml to use node20
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-07 10:53:08 -08:00
Jacob Ronstadt c6f1b698b5
Update README.md to give more version information
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-06 09:19:37 -08:00
Jacob Ronstadt 2a483cec4d
Merge pull request #132 from microsoft/main
Update development with changes from main
2024-03-06 09:13:53 -08:00
Jacob Ronstadt a87eb74275
Update github action to verify qlpack version and auto-publish package (#128)
* update github action

* remove jobs from action for faster testing

* github action job updates

* github action job updates

* github action job updates

* test change of qls file without changing qlpack version

* bug fix

* test change of qls file without changing qlpack version

* test empty commit after fail of qlpack version test

* test update of qlpack version

* test update of qlpack and qls

* test gh action

* fix action file

* fix action file

* update github action

* test change of qls file without changing qlpack version

* test github action

* test github action

* test github action

* test github action

* test github action

* test github action

* update qls

* test

* test github action

* test github action

* test github action

* test github action

* test github action

* update qlpack. should pass test

* update qlpack but not version. should fail test

* update qls and update qlpack but not version. should fail test

* update qlpack version but decrement version. should fail test

* update qlpack version and add publish job to workflow file

* back to just one job

* bug fix

* bug fix

* bug fix

* bug fix

* bug fix

* add publish

* fix publish

* bug fix

* bug fix

* add token

* uncomment and change back version

* comment for testing

* increment version

* add permissions to workflow file

* uncomment and change back version

* Update build-codeql.yaml to remove extra trigger branch 

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update windows_mustfix_partial.qls back to original

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update windows_recommended_partial.qls back to original

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

---------

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-03-01 14:43:37 -08:00
Jacob Ronstadt bed422a89a
Merge pull request #129 from microsoft/WHCP_24H2
Merge 24H2 into main so it doesn't show as ahead of main
2024-02-28 09:34:00 -08:00
Jacob Ronstadt 490832acb5
Merge 24H2 into main so it doesn't show as ahead of main (#126) 2024-02-28 08:34:17 -08:00
Jacob Ronstadt 035edd016b
qlpack version update since new recommended queries were added (#127)
* update qlpack version since new recommended queries were added

* update qlpack version since new recommended queries were added

* update readme

* Update README.md

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

---------

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-02-28 08:33:39 -08:00
Jacob Ronstadt 1568e919ff
Merge pull request #125 from microsoft/jacob-ronstadt/template
Add query template to so it's easier to make new queries
2024-02-23 14:44:07 -08:00
jacob-ronstadt 55f6d173ba add query template to so it's easier to make new queries 2024-02-23 09:25:48 -08:00
Jacob Ronstadt e30dd9e313
Merge pull request #119 from microsoft/main
Update branch WHCP_24H2 with latest from main
2024-02-22 12:56:14 -08:00
Jacob Ronstadt e8794b42e9
Merge pull request #118 from microsoft/development
RI of development branch to main (02/15/24)
2024-02-21 09:50:11 -08:00
jacob-ronstadt 4cf80ade60 add unit tests for RoleTypeCorrectlyUsed 2024-02-16 09:10:57 -08:00
NateD-MSFT 4c9cce5e3c Merge branch 'main' into development 2024-02-15 20:19:01 -08:00
Jacob Ronstadt fd81dd5015
Test script updates (#113)
* improve argument parsing and usage

* update gitignore

* update health tracker

* add azure upload/download

* compare with previous azure file

* fix bug

* add blob storage

* upload requirements file

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* add codeql path option

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* bug fix

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* update paths

* bug fix

* udpate paths

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* test updates

* udpate paths

* test automation

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* update no_build option

* debug messages

* test automation

* more debug

* more debug

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* add codeql version check

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* more debug

* test remove src dir in subprocess

* remove debug output

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* fix script to run from test dir or root dir

* add arg checks

* add arg checks

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* check for container name arg if comparing

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* fix function params

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* bug fix

* fix blob upload

* testing blob upload

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* more testing

* more testing

* Update build-codeql.yaml

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* error handling

* bug fix

* error handling updates

* bug fix

* add more info to results excel

* add more info to results excel

* fix existing_database flag if output folder doesnt exist in AnalysisFiles

---------

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-02-15 20:10:31 -08:00
NateD-MSFT 27ee444e8d
Greatly expand recommended query suite for upcoming release (#117)
* Move .qlhelp files to .qhelp

The correct extension is .qhelp, not .qlhelp.  Whoops.

* Fix InitNotCleared XML

* Cleanup for Recommended: DefaultPoolTag

* Cleanup for Recommended: IrqlNotSaved

* Cleanup for Recommended: IrqlNotUsed

* Fix behavior for RoleTypeCorrectlyUsed

* Cleanup for Recommended: RoleTypeCorrectlyUsed

* Cleanup for Recommended: PoolTagIntegral

* Cleanup for Recommended: StrSafe

Also move StrSafe to general rather than KMDF.

* Cleanup for Recommended: IrqlTooHigh

* Fix typo in IrqlTooHigh qhelp

* Cleanup for Recommended: IrqlTooLow

* Remove accidentally checked-in doc

* Cleanup for Recommended: IrqlSetTooLow

* Update windows_driver_recommended.qls

* Add missing IRQL reference links

* Cleanup for Recommended: IrqlSetTooHigh

* Cleanup for Recommended: ExaminedValue

* Revert a functionality change to ExaminedValue.

Not the right time to make this adjustment.

* Cleanup for Recommended: IllegalFieldAccess

* Cleanup for Recommended: IllegalFieldAccess2

* Fix wrong path in recommended query suite.

* Move ExaminedValue to general folder

* Cleanup for Recommended: IllegalFieldWrite

* Fix IllegalFieldAccess2 documentation.

* Cleanup for Recommended: OpaqueMdlUse, OpaqueMdlWrite

* Cleanup for Recommended: PendingStatusError

* Cleanup for Recommended: WrongDispatchTableAssignment

* Cleanup for Recommended: ExtendedDeprecatedApis

* Update StrSafe baseline to account for new language.

* Fix reference lists in docs

* Standardize language for CA references in docs

* Fix up query paths in ported CA driver suite

* Cleanup for Recommended: RoutineFunctionTypeNotExpected

* Add example to wdk-deprecated-api

* Tick query versions for two queries
2024-02-15 20:05:35 -08:00
Jacob Ronstadt b8a5c9b491
Merge pull request #115 from microsoft/jacob-ronstadt/readme
Update README.md to include WHCP_24H2
2024-02-15 13:14:47 -08:00
NateD-MSFT f3913f1f24
Merge pull request #116 from microsoft/jacob-ronstadt/whcp_branch_updates
Update main branch with commits from WHCP branches so they are no longer "ahead" of main
2024-02-15 12:59:19 -08:00
jacob-ronstadt 634c566869 Merge branch 'WHCP_22H2' 2024-02-14 08:20:53 -08:00
Jacob Ronstadt 9a2dc6fe06
Update README.md to include WHCP_24H2
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-02-14 08:15:17 -08:00
jacob-ronstadt f5b9b7076e Merge branch 'WHCP_21H2' 2024-02-05 15:44:41 -08:00
Jacob Ronstadt c27eb6e711
Update README.md to match main
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-02-05 15:32:29 -08:00
jacob-ronstadt afce522b42 update readme to match main 2024-02-05 15:30:22 -08:00
Jacob Ronstadt 9da146a841
Merge pull request #112 from microsoft/jacob-ronstadt/name_fixes
rename suite files for less confusion
2024-02-05 15:08:08 -08:00
Jacob Ronstadt 2623308374
Merge branch 'main' into jacob-ronstadt/name_fixes 2024-02-02 08:12:45 -08:00
jacob-ronstadt b5f821890e update version 2024-02-01 10:33:53 -08:00
jacob-ronstadt 5422afda1c fix yaml file 2024-02-01 10:31:49 -08:00
jacob-ronstadt 99de004870 rename suite files for less confusion 2024-02-01 10:25:18 -08:00
Jacob Ronstadt 6076df6b2f
Merge pull request #111 from microsoft/development
Update README.md to add WHCP 23H2
2024-01-26 15:59:32 -08:00
Jacob Ronstadt 3ced92f29e
Update README.md to add WHCP 23H2
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-01-26 15:36:38 -08:00
Jacob Ronstadt c3e0a1c74f
Merge pull request #109 from microsoft/development
Update main with latest changes
2024-01-25 13:28:13 -08:00
Jacob Ronstadt aa2af66dc4
Merge branch 'main' into development
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
2024-01-25 13:08:32 -08:00
Jacob Ronstadt 31f5b5463d
Query pack updates (#108)
* update recommended query suite to include RoleTypeCorrectlyUsed

* update readme and qlpack version

* update suite files to require specific versions of codeql/cpp-queries

* update readme. update ql pack to use recommended suite as default

* update readme. update qlpacks

* fix typos

* fix typo

* rename files to fix build job

* more filename updates

* update qlpack version and readme

* fix typo causing query not to run

* fix typo causing query not to run

* readme updates

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* readme updates

* remove duplicate text

* Update README.md

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

---------

Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
2024-01-25 13:05:07 -08:00
Jacob Ronstadt 8f7461b279
Test Script Updates (#107)
* script updates

* update build script with option to run queries on existing database. Add requirements.txt for installing dependencies

* remove need to clean.cmd and add --no_clean flag to script. add comments

* WIP adding excel output functionality

* WIP test external driver projects with queries

* WIP

* WIP adding query health report

* WIP adding query health report

* comments

* output test run results to excel file

* update unit test excel output

* bug fix

* add counter

* cleanup

* add existing database option to external drivers option

* add query health results file as example

* add compare script

* fix bug
2024-01-18 08:38:54 -08:00
NateD-MSFT aac26c9403 Update GitHub workflow to CodeQL 2.15.4. 2024-01-08 12:46:19 -08:00
Jacob Ronstadt be4c77e4a3
Update CodeQL version (#103)
* update readme with new codeql version

* update codeql pack versions
2023-12-15 15:12:31 -08:00
Jacob Ronstadt c133ba4ce1
CodeQL version update (#102)
* update codeql pack versions

* update readme with new codeql version
2023-12-15 13:09:58 -08:00
Jacob Ronstadt f1b0cd2b2b
Role Types Correctly Used Query (#94)
* Initial work at IRQL-checking

* Significant extra IRQL work.

* In-progress work

* More puttering around with IRQL

* Update to CodeQL 2.14.4

Update cpp-all to 0.9.2, cpp-queries to 0.7.4

* Commit more IRQL code.  Needs cleanup.

* Some cleanup and minor fixes to entry IRQL evaluation.

* Replace old Irql high/low checks with new version and update library.

Still needs cleanup.

* Irql.qll cleanup

* Get rid of old prototype version of IrqlTooLow

* Update README.md

* Clean up file names

* Clean up queries.

* Update test script for IRQL queries.

* Update build-codeql.yaml

Signed-off-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>

* Update ported_driver_ca_checks.qls

* Add IrqlSetTooHigh/IrqlSetTooLow queries.

* Bugfix for IrqlTooHigh/IrqlTooLow

The changes to Irql.qll needed for IrqlSetTooHigh, etc. means we are more likely to see IRQL evaluations that return -1.  Update queries to exclude those numbers.

* Fix test issues for several IRQL checks.

* WIP unit tests for IrqlSetTooHigh and IrqlSetTooLow queries

* WIP unit tests for IrqlSetTooHigh and IrqlSetTooLow queries

* WIP more tests and comments

* bug fixes

* WIP updates to tests

* WIP update tests

* remove bad tests. Fix run script to run all tests again. run script now cleans first automatically.

* update tests for IrqlSetTooHigh

* WIP IrqlSetTooLow tests

* Fix typo in Irql.qll

* irqlSetTooHigh tests remove calls to KeGetCurrentIRQL as they are not needed

* update IrqlSetTooLow tests

* update tests. line 90 should be a failling test but isnt

* fix IrqlLowerWithFunctionCall1 to call IrqlMinDispatchLowerIrql_fail1

* Revert"fix IrqlLowerWithFunctionCall1 to call IrqlMinDispatchLowerIrql_fail1"

This reverts commit fd9084b7f7.

* fix IrqlLowerWithFunctionCall1 to call IrqlMinDispatchLowerIrql_fail1

* add WDF function class and structure class

* add kmdf callback functions

* syntax updates

* add comments

* Expand WdmDrivers.qll. Add missing WDM Callback Routine types and Role Type class

* WIP query to check role types

* queries for implicit and explicit role types

* move implicit role type query to library as a class

* update wdmdrivers.qll

* RoleTypeCorrectlyUsed query

* WIP

* update query

* WIP updating wdmdrivers.qll to better define role type functions

* update query message

* adding KMDF support for role types

* updates to role type query for kmdf and wdm

* move wdm role type query to wdm folder

* WIP library for NDIS

* WIP NDIS role type query

* WIP storport library

* WIP storport query

* add irql level to wdm role types

* create generic RoleTypes library to include wdm, kmdf, ndis, and storport

* generic role type query

* add function annotation role types. Add extra role types from wdfroletypes.h

* ignore c++ functions for now until codeql issue figured out

* update role type query to remove double results

* update role type query

* update sarif results, diff, and test script

* fix conflict in WdmDrivers.qll

* remove irql level from role type library due to conflict

* fix WdmDrivers.qll

* fix wdmdrivers.qll

* remove irql library from wdmdrivers.qll

* remove old/unused role type queries

* Update src/drivers/storport/libraries/StorportDrivers.qll

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update src/drivers/storport/libraries/StorportDrivers.qll

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update src/drivers/storport/libraries/StorportDrivers.qll

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update src/drivers/storport/libraries/StorportDrivers.qll

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* Update src/drivers/storport/libraries/StorportDrivers.qll

Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>

* fix issue causing problems with diffs

* changes for pull request

---------

Signed-off-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
Signed-off-by: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com>
Co-authored-by: NateD-MSFT <34494373+NateD-MSFT@users.noreply.github.com>
2023-12-15 13:09:38 -08:00