Files
codeql/ql/lib
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
..
2021-09-16 12:57:32 +02:00
2021-08-31 12:19:35 +02:00
2021-08-26 18:48:53 -04:00