We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefaa79 commit 23822d7Copy full SHA for 23822d7
info/CHANGELOG.md
@@ -1075,4 +1075,4 @@
1075
- Misc > Invoke-MachineRoleCheck
1076
- Misc > Invoke-SystemStartupHistoryCheck
1077
- Misc > Invoke-SystemStartupCheck
1078
-- Misc > Invoke-SystemDriveCheck
+- Misc > Invoke-SystemDriveCheck
src/helper/Environment.ps1
@@ -1100,7 +1100,7 @@ function Get-KnownVulnerableKernelDriver {
1100
1101
foreach ($VulnerableDriver in $VulnerableDrivers) {
1102
1103
- $Hashes = [String[]] $VulnerableDriver.Hash
+ $Hashes = [String[]] $VulnerableDriver.Hash.Split(",")
1104
1105
if ($Hashes.Count -eq 0) {
1106
Write-Warning "No hash found for entry with ID: $($VulnerableDriver.Id)"
0 commit comments