We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab7734 commit 04538d0Copy full SHA for 04538d0
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-020/NoCheckBeforeUnsafePutUser.ql
@@ -54,5 +54,6 @@ class ExploitableUserModePtrParam extends Parameter {
54
)
55
}
56
57
+
58
from ExploitableUserModePtrParam p
59
select p, "unsafe_put_user write user-mode pointer $@ without check.", p, p.toString()
0 commit comments