Versions Compared

Key

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

...

Relying on the %a and %A specifiers to not produce values with a leading zero is error prone.

Noncompliant Code Example

TODO

Code Block
bgColor#FFCCCC
 TODO

Compliant Solution

TODO

Code Block
bgColor#ccccff
 TODO

Risk Assessment

TODO

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

FIO17-C

---

---

Automated Detection

TODO

Related Vulnerabilities

Search for vulnerabilities resulting from the violation of this rule on the CERT website.

References

TODO