Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Stevehose#259 checklist bugs and an enhancement #556

Merged
merged 47 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
0cef895
Updated based on issue (#523)
erjenkin Nov 18, 2019
0ed4e53
Feature request: additional support for servicerule properties #514 (…
erjenkin Nov 18, 2019
2feedd2
Updated win10 system drive path in convert module (#526)
erjenkin Nov 18, 2019
b72167c
Updates for Issues #259 and #527
Nov 19, 2019
2abeef5
added support for 2012R2 MS/DC 2.17/2.18 (#532)
bcwilhite Nov 20, 2019
1486036
updated to successfully parse Win10 V1R19 (#534)
bcwilhite Nov 20, 2019
ea23804
added support for FireFox 4.27 (#541)
bcwilhite Nov 20, 2019
67cc280
added support for IE 1.18 (#539)
bcwilhite Nov 20, 2019
2415b9e
added support for .net 4.0 V1R9 (#536)
bcwilhite Nov 20, 2019
0514efc
Update PowerSTIG to parse the IIS 8.5 1.9 Site and Server STIGs (#537)
erjenkin Nov 21, 2019
8ffb528
Version update
Nov 26, 2019
f348014
MInor updates
Nov 26, 2019
e540007
Update PowerSTIG to successfully parse Microsoft SQL Server 2016 Inst…
bcwilhite Dec 2, 2019
a0b116f
Code changes to correct issues
Dec 2, 2019
9270c1a
Updated JRE rule V-66941.a to be a org setting (#543)
erjenkin Dec 3, 2019
1c3d1e0
Updates to add functionality and address bugs
Dec 4, 2019
583fbc6
Need a test to verify the conversionstatus="fail" does not exist in p…
bcwilhite Dec 6, 2019
7d8afc6
Update PowerSTIG to parse and apply OfficeSystem 2013 STIG V1R9 / 201…
bcwilhite Dec 7, 2019
ed6cf33
Update: duplicate rules for checklist & bug fixes
Dec 10, 2019
47f891a
Updates to fix DSC results bugs
Dec 11, 2019
590b7d3
Fixed error in New-StigChecklist
Dec 11, 2019
49a8472
Minor update to support debugging
Dec 12, 2019
1a893d3
Final commit prior to PR. Updated changelog.
stevehose Dec 16, 2019
84932d3
stevehose#443 and #528 check list bug fixes (#529)
stevehose Dec 18, 2019
51c8040
Merge branch '4.2.0' into stevehose#259ChecklistBugs
stevehose Dec 18, 2019
0807f0e
Add test to assert dependent module versions (#555)
jcwalker Dec 19, 2019
328381f
Update PowerSTIG to parse and apply Windows Server 2019 V1R2 STIG (#557)
bcwilhite Dec 19, 2019
dd1718f
Updates to fix build bugs
stevehose Dec 20, 2019
8c616c3
Updated to fix bugs in build
stevehose Dec 20, 2019
384f006
Merge fixes '4.2.0' into stevehose#259ChecklistBugs
stevehose Dec 20, 2019
d2e1c4a
Fix to missing reference
stevehose Dec 20, 2019
3b98c57
Build error fix - missing newline
stevehose Dec 20, 2019
5228313
prep for 4.2.0 release, update changelog, filehash
bcwilhite Dec 20, 2019
b0d3751
Fix for build missing functions reference
stevehose Dec 20, 2019
1a3d56f
Merge branch '4.2.0' into stevehose#259ChecklistBugs
stevehose Dec 20, 2019
2e2e334
Relocated file to be picked up during runtime
stevehose Dec 20, 2019
69f3da8
Merge branch 'stevehose#259ChecklistBugs' of https://github.com/micro…
stevehose Dec 20, 2019
a6169bb
Minor update to remove test code
stevehose Dec 20, 2019
83327cb
Merge branch '4.3.0' into stevehose#259ChecklistBugs
stevehose Dec 21, 2019
51a6812
Updated for build errors
stevehose Dec 21, 2019
0ee6e54
Updated processed SQL Server 1.3 files
stevehose Dec 21, 2019
a927bfc
Updates for PR
stevehose Jan 8, 2020
b25ef86
Updates for PR
stevehose Jan 8, 2020
5e1a9dd
Updated for PR
stevehose Jan 8, 2020
6c54b4b
Updates for PR
stevehose Jan 9, 2020
0a55de9
Moving changes for SQL to another branch
stevehose Jan 9, 2020
5f3bd7c
Update for PR
stevehose Jan 13, 2020
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

* Fixed [#259](https://github.com/microsoft/PowerStig/issues/259): Checklist .ckl file fails XML validation in Stig Viewer 2.8.
* Fixed [#527](https://github.com/microsoft/PowerStig/issues/527): Checklist is not using manualcheckfile when using DscResult.
* Fixed [#548](https://github.com/microsoft/PowerStig/issues/548): Target/host data is blank when creating a new checklist.
* Fixed [#546](https://github.com/microsoft/PowerStig/issues/546): Typecast causing an issue when trying to generate checklist using New-StigChecklist function.
* Fixed [#401](https://github.com/microsoft/PowerStig/issues/401): Checklists generated by New-StigChecklist do not provide finding details.
* Update to PowerSTIG to show duplicate rule status matching in a checklist: [#257](https://github.com/microsoft/PowerStig/issues/257). With this update, duplicate rules will show the same status as the original rule when added to a newly-generated checklist. This will boost the number of STIGs that show as processed by PowerSTIG.

## 4.2.0

* Update PowerSTIG parsing for IIS 8.5 STIG - Ver 1, Rel 9: [#530](https://github.com/microsoft/PowerStig/issues/530)
Expand Down
Loading