Versions Compared

Key

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

...

INT14-A. Avoid performing bitwise and arithmetic operations on the same data

INT15-A. Use intmax_t or uintmax_t for for formatted IO on user defined integer types

Rules

INT30-C. Ensure that unsigned integer operations do not wrap

...

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

INT00-A

low

unlikely

high

P1

L3

INT01-A

medium

probable

medium

P8

L2

INT02-A

medium

probable

medium

P8

L2

INT03-A

medium

probable

high

P4

L3

INT04-A

low

probable

high

P2

L3

INT05-A

medium

probable

high

P4

L3

INT06-A

medium

probable

medium

P8

L2

INT07-A

medium

probable

medium

P8

L2

INT08-A

medium

probable

high

P4

L3

INT09-A

low

unlikely

low

P3

L3

INT10-A

low

unlikely

medium

P2

L3

INT11-A

low

unlikely

medium

P2

L3

INT12-A

low

unlikely

medium

P2

L3

INT13-A

high

unlikely

medium

P6

L2

INT14-A

medium

unlikely

medium

P4

L3

INT15-A

low

probable likely

high medium

P2 P6

L3 L2

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

INT30-C

high

likely

high

P9

L2

INT31-C

high

probable

high

P6

L2

INT32-C

high

likely

high

P9

L2

INT33-C

low

probable

medium

P4

L3

INT34-C

high

probable

medium

P12

L1

INT35-C

high

likely

medium

P18

L1

...