Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 5dc8228

Browse files
authored
Merge pull request #302 from max-schaefer/fix-qhelp
Fix qhelp for incorrect integer-conversion query.
2 parents b983778 + 111d2a7 commit 5dc8228

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ql/src/Security/CWE-681/IncorrectIntegerConversion.qhelp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ or check bounds before making the conversion as in <code>parseAllocateGood4</cod
6767
<references>
6868
<li>Wikipedia <a href="https://en.wikipedia.org/wiki/Integer_overflow">Integer overflow</a>.</li>
6969
<li>Go language specification <a href="https://golang.org/ref/spec#Integer_overflow">Integer overflow</a>.</li>
70-
<li>Documentation for <a href="https://golang.org/pkg/strconv/#Atoi"><code>strconv.Atoi</code></a>.</li>
71-
<li>Documentation for <a href="https://golang.org/pkg/strconv/#ParseInt"><code>strconv.ParseInt</code></a>.</li>
72-
<li>Documentation for <a href="https://golang.org/pkg/strconv/#ParseUint"><code>strconv.ParseUint</code></a>.</li>
70+
<li>Documentation for <a href="https://golang.org/pkg/strconv/#Atoi">strconv.Atoi</a>.</li>
71+
<li>Documentation for <a href="https://golang.org/pkg/strconv/#ParseInt">strconv.ParseInt</a>.</li>
72+
<li>Documentation for <a href="https://golang.org/pkg/strconv/#ParseUint">strconv.ParseUint</a>.</li>
7373
</references>
7474
</qhelp>

0 commit comments

Comments
 (0)