feat: Separate light and heavy gas costs (core) (#1483) #17
Security advisories found
3 unmaintained, 1 other
Details
Warnings
RUSTSEC-2021-0060
aes-soft
has been merged into theaes
crate
Details | |
---|---|
Status | unmaintained |
Package | aes-soft |
Version | 0.6.4 |
URL | RustCrypto/block-ciphers#200 |
Date | 2021-04-29 |
Please use the aes
crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
AES-NI is now autodetected at runtime on i686
/x86-64
platforms.
If AES-NI is not present, the aes
crate will fallback to a constant-time
portable software implementation.
To force the use of a constant-time portable implementation on these platforms,
even if AES-NI is available, use the new force-soft
feature of the aes
crate to disable autodetection.
RUSTSEC-2021-0059
aesni
has been merged into theaes
crate
Details | |
---|---|
Status | unmaintained |
Package | aesni |
Version | 0.10.0 |
URL | RustCrypto/block-ciphers#200 |
Date | 2021-04-29 |
Please use the aes
crate going forward. The new repository location is at:
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
AES-NI is now autodetected at runtime on i686
/x86-64
platforms.
If AES-NI is not present, the aes
crate will fallback to a constant-time
portable software implementation.
To prevent this fallback (and have absence of AES-NI result in an illegal
instruction crash instead), continue to pass the same RUSTFLAGS which were
previously required for the aesni
crate to compile:
RUSTFLAGS=-Ctarget-feature=+aes,+ssse3
RUSTSEC-2022-0081
json is unmaintained
Details | |
---|---|
Status | unmaintained |
Package | json |
Version | 0.12.4 |
URL | maciejhirsz/json-rust#205 |
Date | 2022-02-01 |
Last release was almost 3 years ago.
The maintainer is unresponsive with outstanding issues.
One of the outstanding issues include a possible soundness issue.
Possible Alternative(s)
The below list has not been vetted in any way and may or may not contain alternatives;
- jzon maintained fork of json
- serde_json
- json-deserializer
- simd-json