Skip to content

Commit cd57cd0

Browse files
committed
C++: Add qhelp reference.
1 parent cf4c8eb commit cd57cd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/src/Security/CWE/CWE-843/TypeConfusion.qhelp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ returns a null pointer, which can be checked for and handled appropriately.
4343
</example>
4444

4545
<references>
46+
<li>
47+
Microsoft Learn: <a href="https://learn.microsoft.com/en-us/cpp/cpp/type-conversions-and-type-safety-modern-cpp">Type conversions and type safety</a>.
48+
</li>
4649
</references>
4750
</qhelp>

0 commit comments

Comments
 (0)