cyberark / CYBRHardeningCheck

A utility to check CyberArk component servers hardening status
GNU General Public License v3.0
53 stars 25 forks source link

Function 'PVWA_Cryptography_Settings' updated #63

Closed NathTheDude closed 3 years ago

NathTheDude commented 3 years ago

Desired Outcome

Issue #76 has been raised which indicated an issue with a specific hardening check was not providing the desired result, after reviewing and testing the code the was updated to fix the issue.

The issue was with the function within the PVWA hardening script with the 'PVWA_Cryptography_Settings' function.

Implemented Changes

The code within a function has been updated, this can be checked again to confirm that the issue has been corrected, I have checked this in my 12.2 lab and it is now working as expected.

Connected Issue/Story

Resolves issue #76

Changelog

This PR does not include user-facing changes and doesn't require a CHANGELOG update

Test coverage

The changes in this PR do not require tests

Documentation

This PR does not require updating any documentation

Behavior

No behaviour was changed with this PR

Security

There are no security aspects to these changes