mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 19:49:45 +01:00
23 lines
504 B
Markdown
23 lines
504 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2021-0142"
|
|
package = "dotenv_codegen"
|
|
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_codegen_impl](https://crates.io/crates/dotenvy_codegen_impl)
|