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
Insecure_Randomness issue exists @ createaccount.php in branch master
Method rand_str at line 13 of createaccount.php uses a weak method rand to produce random values. These values might be used as personal identifiers, session tokens or cryptographic input; however, due to their insufficient randomness, an attacker may be able to derive their value.
Insecure_Randomness issue exists @ createaccount.php in branch master
Method rand_str at line 13 of createaccount.php uses a weak method rand to produce random values. These values might be used as personal identifiers, session tokens or cryptographic input; however, due to their insufficient randomness, an attacker may be able to derive their value.
Severity: Medium
CWE:330
Checkmarx
Training
Recommended Fix
Lines: 19 13
Code (Line #19):
Code (Line #13):
The text was updated successfully, but these errors were encountered: