...
Guideline | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
DCL01- J | low | unlikely | low | P3 | L3 |
Other Languages
This rule guideline appears in the C Secure Coding Standard as DCL04-C. Do not declare more than one variable per declaration.
This rule guideline appears in the C++ Secure Coding Standard as DCL04-CPP. Do not declare more than one variable per declaration.
...