Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This rule is a stub.

Noncompliant Code Example

This noncompliant code example shows an example where ...

Code Block
bgColor#FFCCCC
 

 

Compliant Solution

In this compliant solution, ...

Code Block
bgColor#CCCCFF
 

Risk Assessment

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

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

MSC31-PL

Low

Unlikely

Low

P3

L3

Bibliography