Skip to content

Commit

Permalink
Merge pull request #384 from CoinFabrik/382-fix-overflow-check-detector
Browse files Browse the repository at this point in the history
Fix `overflow-check` detector
  • Loading branch information
Helios-vmg authored Nov 7, 2024
2 parents afbe76a + 446236f commit 4b341f0
Show file tree
Hide file tree
Showing 6 changed files with 3,035 additions and 21 deletions.
14 changes: 0 additions & 14 deletions test-cases/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test-cases/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]
exclude = [".cargo", "soroban-version", "target"]
exclude = [".cargo", "soroban-version", "target", "overflow-check"]
members = ["*/*/remediated-example", "*/*/vulnerable-example"]
resolver = "2"

Expand Down
Loading

0 comments on commit 4b341f0

Please sign in to comment.