-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from CoinFabrik/develop
Merge develop into prod
- Loading branch information
Showing
8 changed files
with
14 additions
and
322 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cargo-scout-audit" | ||
version = "0.2.7" | ||
version = "0.2.9" | ||
edition = "2021" | ||
authors = [ | ||
"Agustin Aon <[email protected]>", | ||
|
@@ -16,6 +16,7 @@ description = "Scout is an extensible open-source tool intended to assist Ink! a | |
readme = "../../README.md" | ||
keywords = ["auditor", "security", "ink", "soroban", "smart-contracts"] | ||
categories = ["development-tools", "command-line-utilities"] | ||
repository = "https://github.com/coinfabrik/scout-audit" | ||
|
||
[lib] | ||
path = "src/lib.rs" | ||
|
@@ -47,8 +48,3 @@ tempfile = "3.8" | |
toml = { version = "0.8.0" } | ||
tera = {version = "=1.19.1", features=["builtins"]} | ||
webbrowser = "=0.8.12" | ||
pulldown-cmark = "0.10.0" | ||
|
||
[dev-dependencies] | ||
colored = "2.0.0" | ||
|
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
This file was deleted.
Oops, something went wrong.
149 changes: 0 additions & 149 deletions
149
apps/cargo-scout-audit/tests/integration_tests/detectors.rs
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
apps/cargo-scout-audit/tests/integration_tests/detectors/configuration.rs
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
apps/cargo-scout-audit/tests/integration_tests/detectors/utils.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.