Skip to content

Commit

Permalink
evm-core: fix crate name (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas authored May 12, 2021
1 parent 26467a9 commit 7e4cbf6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
```toml
[advisory]
id = "RUSTSEC-2021-0066"
package = "evm"
package = "evm-core"
date = "2021-05-11"
url = "https://github.com/rust-blockchain/evm"
categories = ["denial-of-service"]
Expand All @@ -13,7 +13,7 @@ patched = [">= 0.26.1", "0.25.1", "0.24.1", "0.23.1", "0.21.1"]
# Denial of service on EVM execution due to memory over-allocation

Prior to the patch, when executing specific EVM opcodes related
to memory operations that use `evm_core::Memory::copy_large`, the `evm`
to memory operations that use `evm_core::Memory::copy_large`, the
crate can over-allocate memory when it is not needed, making it
possible for an attacker to perform denial-of-service attack.

Expand Down

0 comments on commit 7e4cbf6

Please # to comment.