-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete the path feasible code and invalid all if statements in all …
…paths
- Loading branch information
xiaofeng
committed
Dec 15, 2021
1 parent
83a7c58
commit 40a349b
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
src/securityAbandonerAndInjector/reentrancy/ever_true.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"exertrueExpressions" : | ||
[ | ||
"((32 + 24) * 13 - 32 * 13 - 24 * 13) == 0", | ||
"3774 / 37 * (65 + 35) == 10200", | ||
"(308 - 308 / 28) * 11 != 20021", | ||
"10200 % 35 != 14", | ||
"(5 % 4) && (3 - 2)", | ||
"(true || false) && (true) == true", | ||
"(11 + 22) / 33 + 3 * 4 != 123", | ||
"(((false && true) || (1 - 1) || (true || false)) && ((1 + 1) && (3333 - 333))) == ((true) || (true))", | ||
"125 * (17 * 8) * 4 == 68000", | ||
"25 * 16 * 125 == 50000", | ||
"75000 / 125 / 15 == 40", | ||
"13 * 99 == 1287", | ||
"5600 / (25 * 7) + 1 == 33", | ||
"56000 / (14000 / 16) != 63", | ||
"(210 / 42 * 6 + 11 - 13) == 28", | ||
"(7900 / 4 / 25) == 79", | ||
"27000 / 125 == 216", | ||
"(150 * 40 / 50) % 119 == 1" | ||
] | ||
} |