Title: STR02-C. Sanitize data passed to complex subsystems  
Author: Robert Seacord Aug 28, 2006
Last Changed by: Jill Britton Apr 27, 2022
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/GdcxBQ
Export As: Word · PDF  
Incoming Links
CERT Secure Coding (1)
    Page: Top 10 Secure Coding Practices
SEI CERT C Coding Standard (3)
    Page: ENV03-C. Sanitize the environment when invoking external programs
    Page: MSC09-C. Character encoding: Use subset of ASCII for safety
    Page: ENV33-C. Do not call system()
SEI CERT Oracle Coding Standard for Java (3)
    Page: IDS16-J. Prevent XML Injection
    Page: IDS00-J. Prevent SQL injection
    Page: IDS17-J. Prevent XML External Entity Attacks
SEI CERT Perl Coding Standard (1)
    Page: IDS33-PL. Sanitize untrusted data passed across a trust boundary
Hierarchy
Parent Page
    Page: Rec. 07. Characters and Strings (STR)