...
Static analysis tools that perform taint analysis can diagnose some violations of this guidelinerule.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this guideline rule on the CERT website.
Other Languages
This guideline rule appears in the C Secure Coding Standard as FIO30-C. Exclude user input from format strings.
This guideline rule appears in the C++ Secure Coding Standard as FIO30-CPP. Exclude user input from format strings.
...