...
Rule | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
SCP00- J | low | unlikely | medium | P2 | L3 |
Automated Detection
TODO
Other Languages
This rule appears in the C Secure Coding Standard as DCL19-C. Use as minimal a scope as possible for all variables and functions.
This rule appears in the C++ Secure Coding Standard as DCL07-CPP. Use as minimal scope as possible for all variables and methods.
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...