Test that calls to`system` on modules other than `Kernel` are excluded, such as in this example: module Foo def self.system(*args); end end # This is not a call to Kernel.system Foo.system("bar")
codeql