From 098265a3ff7c481ff5764bd138810db5049e5d59 Mon Sep 17 00:00:00 2001 From: Stefani Moore Date: Fri, 19 Feb 2021 11:42:59 -0800 Subject: [PATCH] updating style --- src/MsrcSecurityUpdates/MsrcSecurityUpdates.psd1 | 7 ++++--- .../Public/Get-MsrcVulnerabilityReportHtml.ps1 | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/MsrcSecurityUpdates/MsrcSecurityUpdates.psd1 b/src/MsrcSecurityUpdates/MsrcSecurityUpdates.psd1 index 4ac91df..3f75119 100644 --- a/src/MsrcSecurityUpdates/MsrcSecurityUpdates.psd1 +++ b/src/MsrcSecurityUpdates/MsrcSecurityUpdates.psd1 @@ -12,7 +12,7 @@ RootModule = 'MsrcSecurityUpdates.psm1' # Version number of this module. -ModuleVersion = '1.9.1' +ModuleVersion = '1.9.2' # Supported PSEditions # CompatiblePSEditions = @() @@ -129,7 +129,8 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = @' -February 3, 2021 - Removed Api-key requirement. +February 19, 2021 Updating Vulnerability Report HTML Style +February 3, 2021 - Removed Api-key requirement January 17, 2021 - Added Issuing CNA info to Get-MsrcVulnerabilityReportHtml December 9, 2020 - Added Executive Summary to Get-MsrcVulnerabilityReportHtml November 23, 2020 - Added Known Issues to Get-MsrcVulnerabilityReportHtml @@ -146,7 +147,7 @@ May 3, 2017 - Added Proxy support, Updates to Get-MsrcVulnerabilityReportHtml May 5, 2017 - Further updates to Get-MsrcVulnerabilityReportHtml May 9, 2017 - Changed the string from "unknown" to "N/A" when a cvss score is null from the cvrf response May 10, 2017 - fixed a typo that was causing FAQ to not display correctly -May 30, 2017 - Added tags to the table of contents, as well as changing the KB article text to be hyperlinked, and show the subtype if possible. +May 30, 2017 - Added tags to the table of contents, as well as changing the KB article text to be hyperlinked, and show the subtype if possible May 31, 2017 - Removed padding between table of contents cells to reduce wasted space June 2, 2017 - Added a fix to allow for multiline KB articles June 19, 2017 - minor: fixed tests to not fail on get-kbDownloadUrl. major: @rsola added a fix for early powershell versions not able to deserialize large json strings diff --git a/src/MsrcSecurityUpdates/Public/Get-MsrcVulnerabilityReportHtml.ps1 b/src/MsrcSecurityUpdates/Public/Get-MsrcVulnerabilityReportHtml.ps1 index 1430c9a..11a2d71 100644 --- a/src/MsrcSecurityUpdates/Public/Get-MsrcVulnerabilityReportHtml.ps1 +++ b/src/MsrcSecurityUpdates/Public/Get-MsrcVulnerabilityReportHtml.ps1 @@ -69,11 +69,12 @@ Begin{ $css = @' body { - background-color: darkgray; + background-color: white; + font-family: sans-serif; } h1 { - color: maroon; + color: black; } table { font-family: Arial, Helvetica, sans-serif;