updating style
This commit is contained in:
Родитель
10d4896621
Коммит
098265a3ff
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче