Skip to content

Commit fcf8d87

Browse files
authored
Update Scan-Low-Level-Encryption.ps1
1 parent 04f3f63 commit fcf8d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scan-Low-Level-Encryption.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if ($matchesFound) {
6969
$Severity = "Medium"
7070
} if ($matchCounter -ge 3) {
7171
"7/10"
72-
$Severity = "Hgih"
72+
$Severity = "High"
7373
}
7474
if ($matchCounter -ge 5) {
7575
"9.8/10"

0 commit comments

Comments
 (0)