Skip to content

Commit f5267ba

Browse files
authored
Update DangerousUseOfTransformationAfterOperation.qhelp
1 parent bc22b9b commit f5267ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-190/DangerousUseOfTransformationAfterOperation.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>Searching for places where data type conversion occurs late and does not affect the computational result.</p>
6+
<p>Search for places where the result of the multiplication is subjected to explicit conversion, not the arguments. Therefore, during the multiplication period, you can lose meaningful data.</p>
77

88

99
</overview>

0 commit comments

Comments
 (0)