Files
codeql/ruby/ql/lib/codeql
Harry Maclean 706d1d2eee Ruby: Make StringArrayInclusion more sensitive
We now recognise the following pattern as a barrier guard for `x`:

    values = ["foo", "bar"]

    if values.include? x
      sink x
    end
2022-07-13 18:20:12 +12:00
..
2021-10-15 11:47:28 +02:00