From e7dcb971d8d9af6adddd17f670752a099f470b2f Mon Sep 17 00:00:00 2001 From: "pinkforest(she/her)" <36498018+pinkforest@users.noreply.github.com> Date: Wed, 31 Aug 2022 05:39:20 +1000 Subject: [PATCH] Add unmaintained `dotenv` & Co. (#1359) --- crates/dotenv/RUSTSEC-0000-0000.md | 22 ++++++++++++++++++++++ crates/dotenv_codegen/RUSTSEC-0000-0000.md | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 crates/dotenv/RUSTSEC-0000-0000.md create mode 100644 crates/dotenv_codegen/RUSTSEC-0000-0000.md diff --git a/crates/dotenv/RUSTSEC-0000-0000.md b/crates/dotenv/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..20bac731 --- /dev/null +++ b/crates/dotenv/RUSTSEC-0000-0000.md @@ -0,0 +1,22 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +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) diff --git a/crates/dotenv_codegen/RUSTSEC-0000-0000.md b/crates/dotenv_codegen/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..f8e17996 --- /dev/null +++ b/crates/dotenv_codegen/RUSTSEC-0000-0000.md @@ -0,0 +1,22 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +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)