We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7b9c0 commit 9358b82Copy full SHA for 9358b82
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-020/NoCheckBeforeUnsafePutUser.ql
@@ -53,4 +53,4 @@ class ExploitableUserModePtrParam extends Parameter {
53
from ExploitableUserModePtrParam p, UnSafePutUserMacro unsafePutUser
54
where
55
DataFlow::localFlow(DataFlow::parameterNode(p), DataFlow::exprNode(unsafePutUser.getUserModePtr()))
56
-select p, unsafePutUser, "potential wrtie user mode ptr without check."
+select p, "unsafe_put_user write user-mode pointer $@ without check.", p, p.toString()
0 commit comments