Skip to content

Commit

Permalink
Merge pull request #1824 from microsoft/SepCveUpdate
Browse files Browse the repository at this point in the history
Sep CVE update
  • Loading branch information
dpaulson45 authored Sep 12, 2023
2 parents 3a2c9e9 + c374b6a commit 770706b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function Invoke-AnalyzerSecurityCveCheck {
"Feb23SU" = (@(NewCveEntry @("CVE-2023-21529", "CVE-2023-21706", "CVE-2023-21707") $ex131619) + (NewCveEntry "CVE-2023-21710" @($ex2016, $ex2019)))
"Mar23SU" = (@(NewCveEntry ("CVE-2023-21707") $ex131619))
"Jun23SU" = (NewCveEntry @("CVE-2023-28310", "CVE-2023-32031") @($ex2016, $ex2019))
"Aug23SU" = (NewCveEntry @("CVE-2023-38181", "CVE-2023-38182", "CVE-2023-38185", "CVE-2023-35368", "CVE-2023-35388") @($ex2016, $ex2019))
"Aug23SU" = (NewCveEntry @("CVE-2023-38181", "CVE-2023-38182", "CVE-2023-38185", "CVE-2023-35368", "CVE-2023-35388", "CVE-2023-36777", "CVE-2023-36757", "CVE-2023-36756", "CVE-2023-36745", "CVE-2023-36744") @($ex2016, $ex2019))
}

# Need to organize the list so oldest CVEs come out first.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ Describe "Testing Health Checker by Mock Data Imports - Exchange 2016" {

$cveTests = GetObject "Security Vulnerability"
$cveTests.Contains("CVE-2020-1147") | Should -Be $true
$cveTests.Count | Should -Be 39
$cveTests.Count | Should -Be 44
$downloadDomains = GetObject "CVE-2021-1730"
$downloadDomains.DownloadDomainsEnabled | Should -Be "false"

$Script:ActiveGrouping.Count | Should -Be 46
$Script:ActiveGrouping.Count | Should -Be 51
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Describe "Testing Health Checker by Mock Data Imports" {

$cveTests = GetObject "Security Vulnerability"
$cveTests.Contains("CVE-2020-1147") | Should -Be $true
$cveTests.Count | Should -Be 39
$cveTests.Count | Should -Be 44
$downloadDomains = GetObject "CVE-2021-1730"
$downloadDomains.DownloadDomainsEnabled | Should -Be "False"
TestObjectMatch "Extended Protection Vulnerable" "True" -WriteType "Red"
Expand Down

0 comments on commit 770706b

Please sign in to comment.