File tree Expand file tree Collapse file tree 6 files changed +53
-1
lines changed
Expand file tree Collapse file tree 6 files changed +53
-1
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <groupId >org.cprover.regression</groupId >
7+ <artifactId >regression.janalyzer-taint</artifactId >
8+ <version >1.0-SNAPSHOT</version >
9+ <packaging >pom</packaging >
10+
11+ <parent >
12+ <groupId >org.cprover.regression</groupId >
13+ <artifactId >regression</artifactId >
14+ <version >1.0-SNAPSHOT</version >
15+ </parent >
16+
17+ <modules >
18+ <module >taint-aliasing1</module >
19+ </modules >
20+
21+ </project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5+ <modelVersion >4.0.0</modelVersion >
6+ <groupId >org.cprover.regression</groupId >
7+ <artifactId >regression.janalyzer-taint.taint-aliasing1</artifactId >
8+ <version >1.0-SNAPSHOT</version >
9+
10+ <parent >
11+ <groupId >org.cprover.regression</groupId >
12+ <artifactId >regression.janalyzer-taint</artifactId >
13+ <version >1.0-SNAPSHOT</version >
14+ </parent >
15+
16+ <build >
17+ <plugins >
18+ <plugin >
19+ <artifactId >maven-jar-plugin</artifactId >
20+ <executions >
21+ <execution >
22+ <id >default-jar</id >
23+ <phase >none</phase >
24+ </execution >
25+ </executions >
26+ </plugin >
27+ </plugins >
28+ </build >
29+
30+ </project >
File renamed without changes.
Original file line number Diff line number Diff line change 11CORE
22aliasing1
3- --taint taint.json
3+ --taint taint.json --cp target/classes
44^EXIT=0$
55^SIGNAL=0$
66^file aliasing1.java line 10( function .*)?: There is a flow \(taint rule my_sink\)$
Original file line number Diff line number Diff line change 1515
1616 <modules >
1717 <module >janalyzer</module >
18+ <module >janalyzer-taint</module >
1819 <module >jbmc</module >
1920 </modules >
2021
You can’t perform that action at this time.
0 commit comments