Skip to content

Commit 0f1ec50

Browse files
committed
Updated README.md
1 parent c65df8d commit 0f1ec50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The main class is [GoLiSA](go-lisa/src/main/java/it/unive/golisa/GoLiSA.java) an
1616
- `non-determinism-ni` performs an analysis to detect explicit and implicit flows that lead to issues related to __non-determinism__ in blockchain software
1717
- `phantom-read` performs an analysis to detect __phantom__ __reads__ in blockchain software for Hyperledger Fabric
1818
- `ucci` performs an analysis to detect __untrusted__ __cross-contract__ __invocations__ in blockchain software for Hyperledger Fabric
19-
- `dcci` performs an analysis to detect different cross-channel invocations in blockchain software for Hyperledger Fabric
19+
- `cchi` performs an analysis to detect issues related to cross-channel invocations in blockchain software for Hyperledger Fabric
2020
- `read-write` performs an analysis to detect __read-after-write__ and __over-write__ issues in blockchain software for Hyperledger Fabric
2121
- `unhandled-errors` performs an analysis to detect __unhandled__ __errors__ in blockchain software for Hyperledger Fabric
2222
- `phantom-read` performs an analysis to detect __phantom__ __reads__ in blockchain software for Hyperledger Fabric

0 commit comments

Comments
 (0)