Skip to content

Commit

Permalink
Merge pull request netwrix#14 from cnotin/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vletoux authored Oct 7, 2019
2 parents 22cc72d + 8500d14 commit b7045a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Report/ReportHealthCheckSingle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1834,7 +1834,7 @@ protected void GenerateGPODetail()
GenerateSubSection("Obfuscated Passwords", "gpoobfuscatedpassword");
Add(@"
<div class=""row col-lg-12"">
<p>The password in GPO are obfuscated, not encrypted. Consider any passwords listed here as compromissed and change it immediatly.</p>
<p>The password in GPO are obfuscated, not encrypted. Consider any passwords listed here as compromised and change it immediatly.</p>
</div>
");
if (Report.GPPPassword != null && Report.GPPPassword.Count > 0)
Expand Down

0 comments on commit b7045a4

Please sign in to comment.