Skip to content

Commit ffa2670

Browse files
authored
Add global GHSA and references to RUSTSEC-2025-0001 (#2207)
RUSTSEC-2025-0001 (CVE-2025-22620) now has an entry in the GitHub Advisory Database. This adds that as a reference, also adds the NVD link as a reference, and adds GHSA-fqmf-w4xh-33rh as another alias (after the CVE number).
1 parent 129ee39 commit ffa2670

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

crates/gix-worktree-state/RUSTSEC-2025-0001.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ id = "RUSTSEC-2025-0001"
44
package = "gix-worktree-state"
55
date = "2025-01-18"
66
url = "https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-fqmf-w4xh-33rh"
7+
references = [
8+
"https://github.com/advisories/GHSA-fqmf-w4xh-33rh",
9+
"https://nvd.nist.gov/vuln/detail/CVE-2025-22620",
10+
]
711
cvss = "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N"
812
keywords = ["permissions"]
9-
aliases = ["CVE-2025-22620"]
13+
aliases = ["CVE-2025-22620", "GHSA-fqmf-w4xh-33rh"]
1014
license = "CC0-1.0"
1115

1216
[affected]

0 commit comments

Comments
 (0)