Skip to content

Commit e7dcb97

Browse files
authored
Add unmaintained dotenv & Co. (#1359)
1 parent ecc129a commit e7dcb97

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

crates/dotenv/RUSTSEC-0000-0000.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "dotenv"
5+
date = "2021-12-24"
6+
url = "https://github.com/dotenv-rs/dotenv/issues/74"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# dotenv is Unmaintained
14+
15+
dotenv by description is meant to be used in development or testing only.
16+
17+
Using this in production may or may not be advisable.
18+
19+
## Alternatives
20+
21+
The below may or may not be feasible alternative(s):
22+
- [dotenvy](https://crates.io/crates/dotenvy)
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "dotenv_codegen"
5+
date = "2021-12-24"
6+
url = "https://github.com/dotenv-rs/dotenv/issues/74"
7+
informational = "unmaintained"
8+
9+
[versions]
10+
patched = []
11+
```
12+
13+
# dotenv is Unmaintained
14+
15+
dotenv by description is meant to be used in development or testing only.
16+
17+
Using this in production may or may not be advisable.
18+
19+
## Alternatives
20+
21+
The below may or may not be feasible alternative(s):
22+
- [dotenvy_codegen_impl](https://crates.io/crates/dotenvy_codegen_impl)

0 commit comments

Comments
 (0)