Skip to content

Commit 04538d0

Browse files
authored
Autoformated to make CodeQL happy
1 parent 9ab7734 commit 04538d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-020/NoCheckBeforeUnsafePutUser.ql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@ class ExploitableUserModePtrParam extends Parameter {
5454
)
5555
}
5656
}
57+
5758
from ExploitableUserModePtrParam p
5859
select p, "unsafe_put_user write user-mode pointer $@ without check.", p, p.toString()

0 commit comments

Comments
 (0)