Skip to content

Commit 2708326

Browse files
Update csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.cs
Co-authored-by: intrigus-lgtm <[email protected]>
1 parent e117077 commit 2708326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static string InsecureRandomStringFromIndexer(int length)
7676

7777
public static string BiasPasswordGeneration()
7878
{
79-
// BAD: Membership.GeneratePassword is generates a password with a bias
79+
// BAD: Membership.GeneratePassword generates a password with a bias
8080
string password = System.Web.Security.Membership.GeneratePassword(12, 3);
8181
return password;
8282
}

0 commit comments

Comments
 (0)