Files
codeql/ql
Harry Maclean 800e18349f Add != to StringConstCompare
This means we treat != comparisons against strings as taint tracking guards:

    if foo != "A"
      foo         # still tainted
    else
      foo         # not tainted, because we know foo == "A"
    end
2021-09-10 16:42:45 +01:00
..
2020-10-28 14:04:36 +01:00
2021-09-10 16:42:45 +01:00
2021-09-10 16:42:45 +01:00