-
Notifications
You must be signed in to change notification settings - Fork 117
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 successfully parse/apply Adobe Acrobat Reader DC Continuous Track STIG - Ver 2, Rel 1 #929 #930
Conversation
<DuplicateOf /> | ||
<Ensure>Present</Ensure> | ||
<IsNullOrEmpty>False</IsNullOrEmpty> | ||
<Key>HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\DC\Installer HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\DC\Installer</Key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This path is broken, the direction is to drop the Wow6432Node key path.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be broken, there are two keys in this section, should be one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see two keys
<DuplicateOf /> | ||
<Ensure>Present</Ensure> | ||
<IsNullOrEmpty>False</IsNullOrEmpty> | ||
<Key>HKEY_LOCAL_MACHINE\Software\Adobe\Acrobat Reader\DC\Installer HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Acrobat Reader\DC\Installer</Key> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be broken, there are two keys in this section, should be one.
Pull Request (PR) description:
Update PowerSTIG to successfully parse/apply Adobe Acrobat Reader DC Continuous Track STIG - Ver 2, Rel 1
This Pull Request (PR) fixes the following issues:
Update PowerSTIG to successfully parse/apply Adobe Acrobat Reader DC Continuous Track STIG - Ver 2, Rel 1
This fixes #929
Task list:
This change is