Commit cbfa074
committed
Added EVMLiSAExecutor and updated references
In addition:- Updated ABIManager to exclude global variables with state mutability view and pure.
- Introduced EVMLiSAExecutor for managing asynchronous task execution with enhanced logging and timeout handling.
- Added LiSAConfigurationManager methods to create configurations with specified paths.
- Refactored MyCache to include new warning types and improved thread safety.
- Expanded VulnerabilitiesObject to include randomness and possible randomness dependency scores.
- Implemented comprehensive tests for randomness dependency analysis.
- Updated logging configuration to include class names in log outputs.File tree
27 files changed
+1813
-1018
lines changed- scripts
- bash
- python/benchmark-checkers
- src
- main
- java/it/unipr
- analysis
- contract
- taint
- cfg
- checker
- utils
- resources
- test
- java/it/unipr/analysis/cron/semantics
- resources
27 files changed
+1813
-1018
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 81 additions & 118 deletions
Large diffs are not rendered by default.
0 commit comments