diff --git a/crates/git-delta/RUSTSEC-0000-0000.md b/crates/git-delta/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..a91697a --- /dev/null +++ b/crates/git-delta/RUSTSEC-0000-0000.md @@ -0,0 +1,18 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "git-delta" +date = "2021-07-12" +url = "https://nvd.nist.gov/vuln/detail/CVE-2021-36376" +categories = ["file-disclosure"] +cvss = "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" +aliases = ["CVE-2021-36376"] +[affected] +os = ["windows"] +[versions] +patched = [">= 0.8.3"] +``` + +# Relative Path Traversal in git-delta + +git-delta before 0.8.3 on Windows resolves an executable's pathname as a relative path from the current directory.