Skip to content

Commit f4a8973

Browse files
add cve info to advisories (#1099)
* add cve info to advisories * Put `aliases` field in the proper place It should not be under `[versions]` * move `aliases` to the proper place Co-authored-by: Sergey "Shnatsel" Davidoff <[email protected]>
1 parent 5ad6e60 commit f4a8973

File tree

11 files changed

+13
-0
lines changed

11 files changed

+13
-0
lines changed

crates/algorithmica/RUSTSEC-2021-0053.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package = "algorithmica"
55
date = "2021-03-07"
66
url = "https://github.com/AbrarNitk/algorithmica/issues/1"
77
categories = ["memory-corruption"]
8+
aliases = ["CVE-2021-31996"]
89

910
[versions]
1011
patched = []

crates/ammonia/RUSTSEC-2021-0074.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-07-08"
66
url = "https://github.com/rust-ammonia/ammonia/pull/142"
77
categories = ["format-injection"]
88
keywords = ["html", "xss"]
9+
aliases = ["CVE-2021-38193"]
910

1011
[versions]
1112
patched = [">= 3.1.0", ">= 2.1.3, < 3.0.0"]

crates/anymap/RUSTSEC-2021-0065.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ package = "anymap"
55
date = "2021-05-07"
66
informational = "unmaintained"
77
url = "https://github.com/chris-morgan/anymap/issues/37"
8+
aliases = ["CVE-2021-38187"]
9+
810
[versions]
911
patched = []
1012
unaffected = []

crates/ark-r1cs-std/RUSTSEC-2021-0075.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-07-08"
66
categories = ["crypto-failure"]
77
keywords = ["r1cs", "zksnark", "arkworks"]
88
url = "https://github.com/arkworks-rs/r1cs-std/pull/70"
9+
aliases = ["CVE-2021-38194"]
910

1011
[versions]
1112
patched = [">= 0.3.1"]

crates/better-macro/RUSTSEC-2021-0077.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-07-22"
66
url = "https://github.com/raycar5/better-macro/blob/24ff1702397b9c19bbfa4c660e2316cd77d3b900/src/lib.rs#L36-L38"
77
categories = ["code-execution"]
88
keywords = ["rce", "proc-macro"]
9+
aliases = ["CVE-2021-38196"]
910

1011
[affected]
1112
functions = { "better_macro::println" = ["> 1.0.0"] }

crates/comrak/RUSTSEC-2021-0063.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-05-04"
66
url = "https://github.com/kivikakk/comrak/releases/tag/0.10.1"
77
categories = ["format-injection"]
88
keywords = ["xss"]
9+
aliases = ["CVE-2021-38186"]
910

1011
[versions]
1112
patched = [">= 0.10.1"]

crates/iced-x86/RUSTSEC-2021-0068.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package = "iced-x86"
55
date = "2021-05-19"
66
url = "https://github.com/icedland/iced/issues/168"
77
keywords = ["soundness"]
8+
aliases = ["CVE-2021-38188"]
89

910
[affected]
1011
functions = { "iced_x86::Decoder::new" = ["<= 1.10.3"] }

crates/libsecp256k1/RUSTSEC-2021-0076.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ package = "libsecp256k1"
55
date = "2021-07-13"
66
url = "https://github.com/paritytech/libsecp256k1/pull/67"
77
categories = ["crypto-failure"]
8+
aliases = ["CVE-2021-38195"]
9+
810
[versions]
911
patched = [">= 0.5.0"]
1012
```

crates/nalgebra/RUSTSEC-2021-0070.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-06-06"
66
url = "https://github.com/dimforge/nalgebra/issues/883"
77
categories = ["memory-corruption", "memory-exposure"]
88
keywords = ["memory-safety"]
9+
aliases = ["CVE-2021-38190"]
910

1011
[versions]
1112
patched = [">= 0.27.1"]

crates/prost-types/RUSTSEC-2021-0073.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ date = "2021-07-08"
66
url = "https://github.com/tokio-rs/prost/issues/438"
77
categories = ["denial-of-service"]
88
keywords = ["denial-of-service"]
9+
aliases = ["CVE-2021-38192"]
910

1011
[versions]
1112
patched = [">= 0.8.0"]

0 commit comments

Comments
 (0)