...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| BADFUNC.RANDOM.RAND | Use of rand | ||||||
|
|
| |||||||
| CC2.MSC30 | Fully implemented | |||||||
5.0 |
|
| |||||||
|
|
| |||||||
PRQA QA-C |
| Warncall -wc rand | Fully implemented |
...
Related Guidelines
CERT C++ Secure Coding Standard | MSC30MSC50-CPP. Do not use the std::rand() function for generating pseudorandom numbers |
CERT Oracle Secure Coding Standard for Java | MSC02-J. Generate strong random numbers |
MITRE CWE | CWE-327, Use of a Broken or Risky Cryptographic Algorithm CWE-330, Use of Insufficiently Random Values |
...