Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: REM cost reform

...

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

Detectable

RepairableRemediation Cost

Priority

Level

OBJ14-J

Medium

Likely

No

HighNo

P6

L2

Related Guidelines

...