You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DS106863 The DES cipher was found, which is widely considered to be broken.
What the rule matched
var location = "some text DES";
//...
if (location.EndsWith("DES")) //<-- The DES cipher was found, which is widely considered to be broken.
{
location = location[..^4];
}
Why should this not be matched?
Is is just a string in a string comparision.
The text was updated successfully, but these errors were encountered:
Rule ID
DS106863 The DES cipher was found, which is widely considered to be broken.
What the rule matched
Why should this not be matched?
Is is just a string in a string comparision.
The text was updated successfully, but these errors were encountered: