Skip to content

Commit f6e8479

Browse files
committed
Changing name so the check's intent is clear.
The rule is enforcing the negative case for weak digests.
1 parent d42e114 commit f6e8479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AuthenticodeLint/Rules/NoWeakFileDigestAlgorithmsRule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class NoWeakFileDigestAlgorithmsRule : IAuthenticodeRule
66
{
77
public int RuleId { get; } = 10002;
88

9-
public string RuleName { get; } = "Weak File Digest";
9+
public string RuleName { get; } = "No Weak File Digests";
1010

1111
public string ShortDescription { get; } = "Checks for weak file digest algorithms.";
1212

0 commit comments

Comments
 (0)