We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e117077 commit 2708326Copy full SHA for 2708326
csharp/ql/test/query-tests/Security Features/CWE-338/InsecureRandomness.cs
@@ -76,7 +76,7 @@ public static string InsecureRandomStringFromIndexer(int length)
76
77
public static string BiasPasswordGeneration()
78
{
79
- // BAD: Membership.GeneratePassword is generates a password with a bias
+ // BAD: Membership.GeneratePassword generates a password with a bias
80
string password = System.Web.Security.Membership.GeneratePassword(12, 3);
81
return password;
82
}
0 commit comments