Skip to content

Commit

Permalink
Merge branch 'develop' into avoid-dispatcherror-other
Browse files Browse the repository at this point in the history
  • Loading branch information
Helios-vmg committed Oct 29, 2024
2 parents 38c4f13 + ac1bebb commit 97fbbc2
Show file tree
Hide file tree
Showing 19 changed files with 7,395 additions and 264 deletions.
9 changes: 9 additions & 0 deletions detectors/Cargo.lock

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

11 changes: 6 additions & 5 deletions detectors/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
[workspace]
exclude = [".cargo", "target", ".vscode"]
exclude = [".cargo", ".vscode", "target"]
members = ["*"]

[workspace.dependencies]
cargo_metadata = "=0.18.1"
clippy_utils = { git = "https://github.com/rust-lang/rust-clippy", rev = "99c7838" }
clippy_wrappers = { package = "scout-audit-clippy-wrappers-ink", git = "https://github.com/CoinFabrik/scout-audit/", rev = "d2d0748a08517cb02668c59dfec35ecf9f63f467" }
colored = "2.1.0"
if_chain = "=1.0.2"
itertools = { version = "=0.13" }
scout-audit-dylint-linting = { git = "https://github.com/CoinFabrik/scout-audit", rev = "e03ede4" }
rustsec = "=0.29.3"
cargo_metadata = "=0.18.1"
reqwest = { version = "=0.11.27", features = ["blocking"] }
rustsec = "=0.29.3"
scout-audit-dylint-linting = { git = "https://github.com/CoinFabrik/scout-audit", rev = "e03ede4" }
serde_json = "=1.0.120"
colored = "2.1.0"
utils = { path = "../utils" }
1 change: 1 addition & 0 deletions detectors/integer-overflow-or-underflow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ clippy_utils = { workspace = true }
clippy_wrappers = { workspace = true }
if_chain = { workspace = true }
scout-audit-dylint-linting = { workspace = true }
utils = { workspace = true }

[package.metadata.rust-analyzer]
rustc_private = true
Loading

0 comments on commit 97fbbc2

Please sign in to comment.