mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
23 lines
470 B
Markdown
23 lines
470 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2021-0141"
|
|
package = "dotenv"
|
|
date = "2021-12-24"
|
|
url = "https://github.com/dotenv-rs/dotenv/issues/74"
|
|
informational = "unmaintained"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# dotenv is Unmaintained
|
|
|
|
dotenv by description is meant to be used in development or testing only.
|
|
|
|
Using this in production may or may not be advisable.
|
|
|
|
## Alternatives
|
|
|
|
The below may or may not be feasible alternative(s):
|
|
- [dotenvy](https://crates.io/crates/dotenvy)
|