Add rustsec advisory for GHSA-f3fg-5j9p-vchc (#1020)

This commit is contained in:
Jon Moroney
2021-09-09 14:49:39 -07:00
committed by GitHub
parent 8e5d566ef0
commit 951070000d

View File

@@ -0,0 +1,16 @@
```toml
[advisory]
id = "RUSTSEC-0000-0000"
package = "pleaser"
date = "2021-05-27"
url = "https://nvd.nist.gov/vuln/detail/CVE-2021-31153"
categories = ["file-disclosure"]
cvss = "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N"
aliases = ["CVE-2021-31153"]
[versions]
patched = [">= 0.4"]
```
# File exposure in pleaser
pleaser before 0.4 allows a local unprivileged attacker to gain knowledge about the existence of files or directories in privileged locations via the search_path function, the --check option, or the -d option.