From c47c78773aa4affbf47386ca9080604048ebeace Mon Sep 17 00:00:00 2001 From: mrw1593 Date: Sat, 3 Jun 2023 09:47:46 -0400 Subject: Fixed security bugs with reading files --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index c51cb79..5947f93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1325,6 +1325,12 @@ version = "1.0.12" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79" +[[package]] +name = "path-clean" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef" + [[package]] name = "pem-rfc7468" version = "0.3.1" @@ -1640,6 +1646,7 @@ dependencies = [ "hex", "log", "parking_lot 0.12.1", + "path-clean", "raise", "rand", "rust-argon2", -- cgit v1.2.3