From 432ee922756526690f68769c140a7679c1fdb175 Mon Sep 17 00:00:00 2001 From: Jonathan Schwender <55576758+jschwe@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:44:23 +0100 Subject: [PATCH] Add patched info for RUSTSEC-2022-0079 (elf_rs) (#1534) The issue was confirmed to be fixed in v0.3.0 by the person who reported the issue: https://github.com/vincenthouyi/elf_rs/issues/11#issuecomment-1384624749 --- crates/elf_rs/RUSTSEC-2022-0079.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/elf_rs/RUSTSEC-2022-0079.md b/crates/elf_rs/RUSTSEC-2022-0079.md index 3068732..0853598 100644 --- a/crates/elf_rs/RUSTSEC-2022-0079.md +++ b/crates/elf_rs/RUSTSEC-2022-0079.md @@ -8,7 +8,7 @@ categories = ["memory-corruption"] keywords = ["elf", "header"] [versions] -patched = [] +patched = [">= 0.3.0"] [affected] ```