Skip to content

Commit

Permalink
changed to avoid-
Browse files Browse the repository at this point in the history
  • Loading branch information
faculerena committed Dec 6, 2023
1 parent 3035dfa commit 7a8c93c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
"unprotected-update-current-contract-wasm",
"unsafe-expect",
"unsafe-unwrap",
"avoid-unsafe-block"
]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion detectors/unsafe-block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unsafe-block"
name = "avoid-unsafe-block"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unsafe-block-1-remediated"
name = "avoid-unsafe-block-1-remediated"
version = "0.1.0"
edition = "2021"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "unsafe-block-1-vulnerable"
name = "avoid-unsafe-block-1-vulnerable"
version = "0.1.0"
edition = "2021"

Expand Down

0 comments on commit 7a8c93c

Please sign in to comment.