You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This rule is a stub.

Several guidelines are instances of this one, including ERR01-J. Do not allow exceptions to expose sensitive informationDRD00-J. Do not store sensitive information on external storage (SD card) unless encrypted first, and DRD11-J. Ensure that sensitive data is kept secure.

Noncompliant Code Example

This noncompliant code example shows an example where ...

 

 

Compliant Solution

In this compliant solution, ...

 

Risk Assessment

Leaking sensitive information outside a trust boundary is not a good idea.

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

IDS15-J

Low

Probable

High

P2

L3

Automated Detection

TBD

Bibliography

[Fortify 2014]123, 4.
  • No labels