mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
Add unmaintained rusoto_credential (#1494)
Rusoto has been deprecated for a while; this is a more formalized notice of such. `rusoto_credential` is the most fundamental crate in the tree.
This commit is contained in:
17
crates/rusoto_credential/RUSTSEC-0000-0000.md
Normal file
17
crates/rusoto_credential/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,17 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "rusoto_credential"
|
||||
date = "2022-04-24"
|
||||
url = "https://github.com/rusoto/rusoto/issues/1651"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# Rusoto is unmaintained
|
||||
|
||||
The maintainers of Rusoto advise that all its crates are deprecated. This includes the common crates `rusoto_core`, `rusoto_signature`, `rusoto_credential`, and service crates such as `rusoto_s3` and `rusoto_ec2`.
|
||||
|
||||
Users should migrate to the [AWS SDK for Rust](https://github.com/awslabs/aws-sdk-rust), which is maintained by AWS.
|
||||
Reference in New Issue
Block a user