...
This noncompliant code example shows an example where ...
| Code Block | ||
|---|---|---|
| ||
| ||
Compliant Solution
In this compliant solution, ...
| Code Block | ||||
|---|---|---|---|---|
| ||||
Risk Assessment
Leaking sensitive information outside a trust boundary is not a good idea.
Rule | Severity | Likelihood | Detectable | RepairableRemediation Cost | Priority | Level |
|---|---|---|---|---|---|---|
OBJ14-J | Medium | Likely | No | HighNo | P6 | L2 |
Related Guidelines
| CERT C Secure Coding Standard | MEM30-C. Do not access freed memory |
| SEI CERT C++ Coding Standard | MEM50-CPP. Do not access freed memory |
| MITRE CWE | CWE-416, Use After Free |
...