From ab02b4bd6683c1b66c39e056ec665dcf26e3eab4 Mon Sep 17 00:00:00 2001 From: Trevor Scheer Date: Mon, 16 Sep 2024 15:16:27 -0700 Subject: [PATCH] security + openssl fixes --- Cargo.lock | 4 ++-- deny.toml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d236aa9f0..ae1efd4ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3959,9 +3959,9 @@ checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" [[package]] name = "openssl-src" -version = "300.3.2+3.3.2" +version = "300.3.1+3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a211a18d945ef7e648cc6e0058f4c548ee46aab922ea203e0d30e966ea23647b" +checksum = "7259953d42a81bf137fbbd73bd30a8e1914d6dce43c2b90ed575783a22608b91" dependencies = [ "cc", ] diff --git a/deny.toml b/deny.toml index 708521cef..aca4b27bd 100644 --- a/deny.toml +++ b/deny.toml @@ -58,6 +58,24 @@ version = "*" expression = "(Apache-2.0 OR MIT) AND BSD-3-Clause" license-files = [{ path = "COPYRIGHT", hash = 0x39f8ad31 }] +[[licenses.clarify]] +name = "apollo-language-server" +version = "*" +expression = "Elastic-2.0" +license-files = [{ path = "LICENSE.md", hash = 0x5fc4a573 }] + +[[licenses.exceptions]] +name = "apollo-language-server" +allow = ["Elastic-2.0"] + +[[licenses.exceptions]] +name = "apollo-federation" +allow = ["Elastic-2.0"] + +[[licenses.exceptions]] +name = "apollo-composition" +allow = ["Elastic-2.0"] + # This section is considered when running `cargo deny check bans`. # More documentation about the 'bans' section can be found here: # https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html