Files
codeql/ql/lib
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
..
2021-09-10 16:42:45 +01:00
2021-08-31 15:23:16 +01:00
2021-08-31 12:19:35 +02:00
2021-08-26 18:48:53 -04:00