diff --git a/ql/src/Security/CWE-681/IncorrectIntegerConversion.qhelp b/ql/src/Security/CWE-681/IncorrectIntegerConversion.qhelp index c1e7801dd80..41e338446ed 100644 --- a/ql/src/Security/CWE-681/IncorrectIntegerConversion.qhelp +++ b/ql/src/Security/CWE-681/IncorrectIntegerConversion.qhelp @@ -67,8 +67,8 @@ or check bounds before making the conversion as in parseAllocateGood4
  • Wikipedia Integer overflow.
  • Go language specification Integer overflow.
  • -
  • Documentation for strconv.Atoi.
  • -
  • Documentation for strconv.ParseInt.
  • -
  • Documentation for strconv.ParseUint.
  • +
  • Documentation for strconv.Atoi.
  • +
  • Documentation for strconv.ParseInt.
  • +
  • Documentation for strconv.ParseUint.