summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authormrw1593 <botahamec@outlook.com>2023-06-03 09:47:46 -0400
committermrw1593 <botahamec@outlook.com>2023-06-03 09:47:46 -0400
commitc47c78773aa4affbf47386ca9080604048ebeace (patch)
tree750416da1f6a6d8d2783f8fe3e4ab095d79df101 /Cargo.lock
parentf1a64b059d430cd2e334e297c43ae8053104ab05 (diff)
Fixed security bugs with reading files
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c51cb79..5947f93 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1326,6 +1326,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"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1640,6 +1646,7 @@ dependencies = [
"hex",
"log",
"parking_lot 0.12.1",
+ "path-clean",
"raise",
"rand",
"rust-argon2",