Skip to content

Commit 7ef0091

Browse files
authored
Merge pull request #999 from tautschnig/fix-taint
Repair custom_bitvector_analysist
2 parents eac8e2c + 10822d4 commit 7ef0091

34 files changed

+160
-91
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
aliasing1.class
3+
--taint taint.json
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
^file aliasing1.java line 10( function .*)?: There is a flow \(taint rule my_sink\)$
7+
--
8+
^file aliasing1.java line 8( function .*)?: There is a flow \(taint rule my_sink\)$
9+
^warning: ignoring
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
basic1.class
3+
--taint taint.json
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
^file basic1.java line 8( function .*)?: There is a T1 flow \(taint rule my_h1\)$
7+
^file basic1.java line 11( function .*)?: There is a T2 flow \(taint rule my_h2\)$
8+
--
9+
^warning: ignoring

0 commit comments

Comments
 (0)