Labelled content
Every content item in this list is tagged with all the required labels:
To add a label to the list of required labels, choose '+ labelname' from Related Labels.
To remove a label from the required labels, choose '- labelname' from above.
-
ENV05-J. Do not deploy an application that can be remotely monitored (SEI CERT Oracle Coding Standard for Java)
-
NUM09-J. Do not use floating-point variables as loop counters (SEI CERT Oracle Coding Standard for Java)
-
NUM04-J. Do not use floating-point numbers if precise computation is required (SEI CERT Oracle Coding Standard for Java)
-
MSC50-CPP. Do not use std::rand() for generating pseudorandom numbers (SEI CERT C++ Coding Standard)
-
FIO51-CPP. Close files when they are no longer needed (SEI CERT C++ Coding Standard)
-
-
-
MEM50-CPP. Do not access freed memory (SEI CERT C++ Coding Standard)
-
-