Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update PowerSTIG to Parse/Apply Oracle JRE 8 Ver 2, Rel 1 #843

Merged
merged 2 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Update PowerSTIG to Add Checklist Accountability: [#808](https://github.com/microsoft/PowerStig/issues/808)
* Update PowerSTIG to move O365 Pro Plus log entries into Exclusion Rule list: [#815](https://github.com/microsoft/PowerStig/issues/815)
* Fixed: ConvertTo-ManualCheckListHashTable function call is missing mandatory argument: [#823](https://github.com/microsoft/PowerStig/issues/823)
* Update PowerSTIG to Parse/Apply Oracle JRE 8 Ver 2, Rel 1: [#833](https://github.com/microsoft/PowerStig/issues/833)

## [4.7.0] - 2020-12-17

Expand Down Expand Up @@ -147,7 +148,7 @@

## [4.0.0] - 2019-09-23

* Update PowerSTIG parsing for Windows Sever 2016 STIG - Ver 1, Rel 9 [#498] - (https://github.com/microsoft/PowerStig/issues/498)
* Update PowerSTIG parsing for Windows Sever 2016 STIG - Ver 1, Rel 9 [#498](https://github.com/microsoft/PowerStig/issues/498)
* Fixed [#507](https://github.com/microsoft/PowerStig/issues/507): Get-HardCodedRuleLogFileEntry Errors on RegistryRule
* Update PowerSTIG to leverage the GPRegistryPolicyDsc resource for Local Group Policy automation: [#497](https://github.com/microsoft/PowerStig/issues/497)
* Update PowerSTIG to enable the logfile framework to consume a hashtable for HardCodedRule: [#494](https://github.com/microsoft/PowerStig/issues/494)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
V-234684::*::HardCodedRule(FileContentRule)@{DscResource = 'KeyValuePairFile'; Key = 'deployment.system.config'; Value = $null;OrganizationValueRequired = 'true'; OrganizationValueTestString = 'Value has the path to config file such as "file:///C:/Windows/Java/Deployment/deployment.properties"'}<splitRule>HardCodedRule(FileContentRule)@{DscResource = 'KeyValuePairFile'; Key = 'deployment.system.config.mandatory'; Value = 'true'}

Loading