Files
codeql/ql
Harry Maclean cbc14ccda9 Make KernelSystemCall more specific
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")
2021-09-17 17:02:17 +01:00
..
2020-10-28 14:04:36 +01:00
2021-09-17 17:02:17 +01:00
2021-09-17 17:02:17 +01:00
2021-09-17 17:02:17 +01:00