Skip to content

Commit

Permalink
initial commit (#640)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Wilhite <bcwilhite@live.com>
  • Loading branch information
erjenkin and bcwilhite committed May 29, 2020
1 parent c172615 commit f0e5149
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

* Update PowerSTIG to successfully parse Microsoft Visio 2013 STIG V1R4: [#629](https://github.com/microsoft/PowerStig/issues/629)
* Update PowerSTIG to successfully parse/apply Windows Defender Antivirus STIG - V1R8: [#625](https://github.com/microsoft/PowerStig/issues/625)
* Update PowerSTIG to successfully parse Microsoft SQL Server 2012 Database STIG V1R20: [#618](https://github.com/microsoft/PowerStig/issues/618)
* Update PowerSTIG to successfully parse/apply Microsoft IIS Server/Site STIG - Ver 1, Rel10: [#622](https://github.com/microsoft/PowerStig/issues/622)
Expand Down
5 changes: 3 additions & 2 deletions source/Module/Common/Functions.XccdfXml.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ function Split-BenchmarkId
'Outlook',
'PowerPoint',
'Word',
'System'
'System',
'Visio'
)

$id = $id -replace ($idVariations -join '|'), ''
Expand Down Expand Up @@ -446,7 +447,7 @@ function Split-BenchmarkId
$returnId = "FireFox_All"
continue
}
{$PSItem -match 'Excel|Outlook|PowerPoint|Word|System'}
{$PSItem -match 'Excel|Outlook|PowerPoint|Word|System|Visio'}
{
$officeStig = ($id -split '_')

Expand Down
Loading

0 comments on commit f0e5149

Please sign in to comment.