
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.
-
STR03-J. Do not encode noncharacter data as a string (SEI CERT Oracle Coding Standard for Java)
-
STR00-J. Don't form strings containing partial characters from variable-width encodings (SEI CERT Oracle Coding Standard for Java)
-
-
STR51-CPP. Do not attempt to create a std::string from a null pointer (SEI CERT C++ Coding Standard)
-
STR31-PL. Do not pass string literals to functions expecting regexes (SEI CERT Perl Coding Standard)
-
STR30-PL. Capture variables should be read only immediately after a successful regex match (SEI CERT Perl Coding Standard)
-
STR02-J. Specify an appropriate locale when comparing locale-dependent data (SEI CERT Oracle Coding Standard for Java)
-
STR01-J. Do not assume that a Java char fully represents a Unicode code point (SEI CERT Oracle Coding Standard for Java)
-
STR04-J. Use compatible character encodings when communicating string data between JVMs (SEI CERT Oracle Coding Standard for Java)
-