Versions Compared

Key

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

...

INT33-C. Ensure that division and modulo operations do not result in divide-by-zero errors

INT34-C. Arguments to character handling functions must be representable as an unsigned char

INT35-C. Evaluate integer expressions in a larger size before comparing or assigning to that size

INT36-C. Do not shift a negative number of bits or more bits than exist in the operandINT34-C. Arguments to character handling functions must be representable as an unsigned char

Risk Assessment Summary

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

INT00-A

1 (low)

1 (unlikely)

1 (high)

P1

L3

INT01-A

2 (medium)

2 (probable)

2 (medium)

P8

L2

INT02-A

2 (medium)

2 (probable)

2 (medium)

P8

L2

INT03-A

2 (medium)

2 (probable)

1 (high)

P4

L3

INT04-A

1 (low)

2 (probable)

1 (high)

P2

L3

INT05-A

2 (medium)

2 (probable)

1 (high)

P2

L3

INT06-A

2 (medium)

2 (probable)

2 (medium)

P8

L2

INT07-A

2 (medium)

2 (probable)

2 (medium)

P8

L2

INT08-A

2 (medium)

2 (probable)

1 (high)

P4

L3

INT09-A

1 (low)

1 (unlikely)

3 (low)

P3

L3

INT10-A

1 (low)

1 (unlikely)

2 (medium)

P2

L3

INT11-A

1 (low)

1 (unlikely)

2 (medium)

P2

L3

INT12-A

1 (low)

1 (unlikely)

2 (medium)

P2

L3

INT13-A

3 (high)

1 (unlikely)

2 (medium)

P6

L2

INT14-A

2 (medium)

1 (unlikely)

2 (medium)

P4

L3

INT15-A

1 (low)

2 (probable)

1 (high)

P2

L3

...