mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 00:30:25 +01:00
Add rustsec advisory for GHSA-5xg3-j2j6-rcx4 (#1023)
* Add rustsec advisory for GHSA-5xg3-j2j6-rcx4 * Update RUSTSEC-0000-0000.md Add [affected] section
This commit is contained in:
18
crates/git-delta/RUSTSEC-0000-0000.md
Normal file
18
crates/git-delta/RUSTSEC-0000-0000.md
Normal file
@@ -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.
|
||||
Reference in New Issue
Block a user