From b724f12a5b85d4840591d4509884abeaf21ebfc2 Mon Sep 17 00:00:00 2001 From: Yechan Bae Date: Thu, 25 Feb 2021 20:00:25 -0500 Subject: [PATCH] Update CVE numbers (#777) * Update CVE numbers * Fix RUSTSEC-2020-0093 * Add another alias for async-h1 crate --- crates/abi_stable/RUSTSEC-2020-0105.md | 1 + crates/aovec/RUSTSEC-2020-0099.md | 1 + crates/async-h1/RUSTSEC-2020-0093.md | 2 +- crates/atomic-option/RUSTSEC-2020-0113.md | 1 + crates/autorand/RUSTSEC-2020-0103.md | 1 + crates/av-data/RUSTSEC-2021-0007.md | 1 + crates/basic_dsp_matrix/RUSTSEC-2021-0009.md | 1 + crates/bra/RUSTSEC-2021-0008.md | 1 + crates/buttplug/RUSTSEC-2020-0112.md | 1 + crates/cache/RUSTSEC-2021-0006.md | 1 + crates/calamine/RUSTSEC-2021-0015.md | 1 + crates/cdr/RUSTSEC-2021-0012.md | 1 + crates/comrak/RUSTSEC-2021-0026.md | 1 + crates/conquer-once/RUSTSEC-2020-0101.md | 1 + crates/containers/RUSTSEC-2021-0010.md | 1 + crates/eventio/RUSTSEC-2020-0108.md | 1 + crates/fil-ocl/RUSTSEC-2021-0011.md | 1 + crates/gfwx/RUSTSEC-2020-0104.md | 1 + crates/glsl-layout/RUSTSEC-2021-0005.md | 1 + crates/hashconsing/RUSTSEC-2020-0107.md | 1 + crates/im/RUSTSEC-2020-0096.md | 1 + crates/late-static/RUSTSEC-2020-0102.md | 1 + crates/lazy-init/RUSTSEC-2021-0004.md | 1 + crates/marc/RUSTSEC-2021-0014.md | 1 + crates/may_queue/RUSTSEC-2020-0111.md | 1 + crates/ms3d/RUSTSEC-2021-0016.md | 1 + crates/multiqueue2/RUSTSEC-2020-0106.md | 1 + crates/nb-connect/RUSTSEC-2021-0021.md | 1 + crates/postscript/RUSTSEC-2021-0017.md | 1 + crates/qwutils/RUSTSEC-2021-0018.md | 1 + crates/rand_core/RUSTSEC-2021-0023.md | 1 + crates/raw-cpuid/RUSTSEC-2021-0013.md | 1 + crates/reffers/RUSTSEC-2020-0094.md | 1 + crates/rusb/RUSTSEC-2020-0098.md | 1 + crates/smallvec/RUSTSEC-2021-0003.md | 1 + crates/va-ts/RUSTSEC-2020-0114.md | 1 + crates/xcb/RUSTSEC-2020-0097.md | 1 + crates/xcb/RUSTSEC-2021-0019.md | 6 ++++++ crates/yottadb/RUSTSEC-2021-0022.md | 1 + 39 files changed, 44 insertions(+), 1 deletion(-) diff --git a/crates/abi_stable/RUSTSEC-2020-0105.md b/crates/abi_stable/RUSTSEC-2020-0105.md index 9f45c8d..a267a34 100644 --- a/crates/abi_stable/RUSTSEC-2020-0105.md +++ b/crates/abi_stable/RUSTSEC-2020-0105.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0105" package = "abi_stable" +aliases = ["CVE-2020-36212", "CVE-2020-36213"] date = "2020-12-21" url = "https://github.com/rodrimati1992/abi_stable_crates/issues/44" categories = ["memory-corruption"] diff --git a/crates/aovec/RUSTSEC-2020-0099.md b/crates/aovec/RUSTSEC-2020-0099.md index 34f9084..8f3fe2e 100644 --- a/crates/aovec/RUSTSEC-2020-0099.md +++ b/crates/aovec/RUSTSEC-2020-0099.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0099" package = "aovec" +aliases = ["CVE-2020-36207"] date = "2020-12-10" categories = ["memory-corruption", "thread-safety"] keywords = ["concurrency"] diff --git a/crates/async-h1/RUSTSEC-2020-0093.md b/crates/async-h1/RUSTSEC-2020-0093.md index b4600db..6352f54 100644 --- a/crates/async-h1/RUSTSEC-2020-0093.md +++ b/crates/async-h1/RUSTSEC-2020-0093.md @@ -6,7 +6,7 @@ date = "2020-12-17" url = "https://github.com/http-rs/async-h1/releases/tag/v2.3.0" categories = [] keywords = ["smuggling", "http", "reverse proxy", "request smuggling"] -aliases = ["GHSA-4vr9-8cjf-vf9c"] +aliases = ["CVE-2020-26281", "CVE-2020-36202", "GHSA-4vr9-8cjf-vf9c"] [versions] patched = [">= 2.3.0"] diff --git a/crates/atomic-option/RUSTSEC-2020-0113.md b/crates/atomic-option/RUSTSEC-2020-0113.md index 6876316..47f4185 100644 --- a/crates/atomic-option/RUSTSEC-2020-0113.md +++ b/crates/atomic-option/RUSTSEC-2020-0113.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0113" package = "atomic-option" +aliases = ["CVE-2020-36219"] date = "2020-10-31" url = "https://github.com/reem/rust-atomic-option/issues/4" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/autorand/RUSTSEC-2020-0103.md b/crates/autorand/RUSTSEC-2020-0103.md index a41722d..093ec24 100644 --- a/crates/autorand/RUSTSEC-2020-0103.md +++ b/crates/autorand/RUSTSEC-2020-0103.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0103" package = "autorand" +aliases = ["CVE-2020-36210"] date = "2020-12-31" url = "https://github.com/mersinvald/autorand-rs/issues/5" categories = ["memory-corruption"] diff --git a/crates/av-data/RUSTSEC-2021-0007.md b/crates/av-data/RUSTSEC-2021-0007.md index fcd42e0..082fb8f 100644 --- a/crates/av-data/RUSTSEC-2021-0007.md +++ b/crates/av-data/RUSTSEC-2021-0007.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0007" package = "av-data" +aliases = ["CVE-2021-25904"] date = "2021-01-07" url = "https://github.com/rust-av/rust-av/issues/136" categories = ["memory-exposure", "privilege-escalation"] diff --git a/crates/basic_dsp_matrix/RUSTSEC-2021-0009.md b/crates/basic_dsp_matrix/RUSTSEC-2021-0009.md index 1ea376a..44cea35 100644 --- a/crates/basic_dsp_matrix/RUSTSEC-2021-0009.md +++ b/crates/basic_dsp_matrix/RUSTSEC-2021-0009.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0009" package = "basic_dsp_matrix" +aliases = ["CVE-2021-25906"] date = "2021-01-10" url = "https://github.com/liebharc/basic_dsp/issues/47" categories = ["memory-corruption"] diff --git a/crates/bra/RUSTSEC-2021-0008.md b/crates/bra/RUSTSEC-2021-0008.md index 44a7de9..222fe3c 100644 --- a/crates/bra/RUSTSEC-2021-0008.md +++ b/crates/bra/RUSTSEC-2021-0008.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0008" package = "bra" +aliases = ["CVE-2021-25905"] date = "2021-01-02" url = "https://github.com/Enet4/bra-rs/issues/1" categories = ["memory-exposure"] diff --git a/crates/buttplug/RUSTSEC-2020-0112.md b/crates/buttplug/RUSTSEC-2020-0112.md index 0c58f11..9804bfb 100644 --- a/crates/buttplug/RUSTSEC-2020-0112.md +++ b/crates/buttplug/RUSTSEC-2020-0112.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0112" package = "buttplug" +aliases = ["CVE-2020-36218"] date = "2020-12-18" url = "https://github.com/buttplugio/buttplug-rs/issues/225" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/cache/RUSTSEC-2021-0006.md b/crates/cache/RUSTSEC-2021-0006.md index f2d92a3..a41ca6c 100644 --- a/crates/cache/RUSTSEC-2021-0006.md +++ b/crates/cache/RUSTSEC-2021-0006.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0006" package = "cache" +aliases = ["CVE-2021-25903"] date = "2021-01-01" url = "https://github.com/krl/cache/issues/2" informational = "unsound" diff --git a/crates/calamine/RUSTSEC-2021-0015.md b/crates/calamine/RUSTSEC-2021-0015.md index bfaf07f..7f32f5b 100644 --- a/crates/calamine/RUSTSEC-2021-0015.md +++ b/crates/calamine/RUSTSEC-2021-0015.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0015" package = "calamine" +aliases = ["CVE-2021-26951"] date = "2021-01-06" url = "https://github.com/tafia/calamine/issues/199" categories = ["memory-corruption", "memory-exposure"] diff --git a/crates/cdr/RUSTSEC-2021-0012.md b/crates/cdr/RUSTSEC-2021-0012.md index 68aa589..d8142e3 100644 --- a/crates/cdr/RUSTSEC-2021-0012.md +++ b/crates/cdr/RUSTSEC-2021-0012.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0012" package = "cdr" +aliases = ["CVE-2021-26305"] date = "2021-01-02" url = "https://github.com/hrektts/cdr-rs/issues/10" categories = ["memory-exposure"] diff --git a/crates/comrak/RUSTSEC-2021-0026.md b/crates/comrak/RUSTSEC-2021-0026.md index ddd1a44..b84a95b 100644 --- a/crates/comrak/RUSTSEC-2021-0026.md +++ b/crates/comrak/RUSTSEC-2021-0026.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0026" package = "comrak" +aliases = ["CVE-2021-27671"] date = "2021-02-21" url = "https://github.com/kivikakk/comrak/releases/tag/0.9.1" categories = ["format-injection"] diff --git a/crates/conquer-once/RUSTSEC-2020-0101.md b/crates/conquer-once/RUSTSEC-2020-0101.md index b84f52a..341e776 100644 --- a/crates/conquer-once/RUSTSEC-2020-0101.md +++ b/crates/conquer-once/RUSTSEC-2020-0101.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0101" package = "conquer-once" +aliases = ["CVE-2020-36208"] date = "2020-12-22" url = "https://github.com/oliver-giersch/conquer-once/issues/3" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/containers/RUSTSEC-2021-0010.md b/crates/containers/RUSTSEC-2021-0010.md index 5354705..e6b5581 100644 --- a/crates/containers/RUSTSEC-2021-0010.md +++ b/crates/containers/RUSTSEC-2021-0010.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0010" package = "containers" +aliases = ["CVE-2021-25907"] date = "2021-01-12" url = "https://github.com/strake/containers.rs/issues/2" categories = ["memory-corruption"] diff --git a/crates/eventio/RUSTSEC-2020-0108.md b/crates/eventio/RUSTSEC-2020-0108.md index 5160118..165738a 100644 --- a/crates/eventio/RUSTSEC-2020-0108.md +++ b/crates/eventio/RUSTSEC-2020-0108.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0108" package = "eventio" +aliases = ["CVE-2020-36216"] date = "2020-12-20" url = "https://github.com/petabi/eventio/issues/33" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/fil-ocl/RUSTSEC-2021-0011.md b/crates/fil-ocl/RUSTSEC-2021-0011.md index f23c023..5101623 100644 --- a/crates/fil-ocl/RUSTSEC-2021-0011.md +++ b/crates/fil-ocl/RUSTSEC-2021-0011.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0011" package = "fil-ocl" +aliases = ["CVE-2021-25908"] date = "2021-01-04" url = "https://github.com/cogciprocate/ocl/issues/194" categories = ["memory-corruption"] diff --git a/crates/gfwx/RUSTSEC-2020-0104.md b/crates/gfwx/RUSTSEC-2020-0104.md index 2656c0b..58754a8 100644 --- a/crates/gfwx/RUSTSEC-2020-0104.md +++ b/crates/gfwx/RUSTSEC-2020-0104.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0104" package = "gfwx" +aliases = ["CVE-2020-36211"] date = "2020-12-08" url = "https://github.com/Devolutions/gfwx-rs/issues/7" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/glsl-layout/RUSTSEC-2021-0005.md b/crates/glsl-layout/RUSTSEC-2021-0005.md index fd9752b..5beef3d 100644 --- a/crates/glsl-layout/RUSTSEC-2021-0005.md +++ b/crates/glsl-layout/RUSTSEC-2021-0005.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0005" package = "glsl-layout" +aliases = ["CVE-2021-25902"] date = "2021-01-10" url = "https://github.com/rustgd/glsl-layout/pull/10" categories = ["memory-corruption"] diff --git a/crates/hashconsing/RUSTSEC-2020-0107.md b/crates/hashconsing/RUSTSEC-2020-0107.md index 1fca8a9..736e100 100644 --- a/crates/hashconsing/RUSTSEC-2020-0107.md +++ b/crates/hashconsing/RUSTSEC-2020-0107.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0107" package = "hashconsing" +aliases = ["CVE-2020-36215"] date = "2020-11-10" url = "https://github.com/AdrienChampion/hashconsing/issues/1" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/im/RUSTSEC-2020-0096.md b/crates/im/RUSTSEC-2020-0096.md index dfaeafb..c6ed641 100644 --- a/crates/im/RUSTSEC-2020-0096.md +++ b/crates/im/RUSTSEC-2020-0096.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0096" package = "im" +aliases = ["CVE-2020-36204"] date = "2020-11-09" url = "https://github.com/bodil/im-rs/issues/157" categories = ["thread-safety"] diff --git a/crates/late-static/RUSTSEC-2020-0102.md b/crates/late-static/RUSTSEC-2020-0102.md index a2d8cca..8102b88 100644 --- a/crates/late-static/RUSTSEC-2020-0102.md +++ b/crates/late-static/RUSTSEC-2020-0102.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0102" package = "late-static" +aliases = ["CVE-2020-36209"] date = "2020-11-10" url = "https://github.com/Richard-W/late-static/issues/1" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/lazy-init/RUSTSEC-2021-0004.md b/crates/lazy-init/RUSTSEC-2021-0004.md index 01127a7..3abcb7d 100644 --- a/crates/lazy-init/RUSTSEC-2021-0004.md +++ b/crates/lazy-init/RUSTSEC-2021-0004.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0004" package = "lazy-init" +aliases = ["CVE-2021-25901"] date = "2021-01-17" categories = ["memory-corruption"] url = "https://github.com/khuey/lazy-init/issues/9" diff --git a/crates/marc/RUSTSEC-2021-0014.md b/crates/marc/RUSTSEC-2021-0014.md index 7404877..5373239 100644 --- a/crates/marc/RUSTSEC-2021-0014.md +++ b/crates/marc/RUSTSEC-2021-0014.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0014" package = "marc" +aliases = ["CVE-2021-26308"] date = "2021-01-26" url = "https://github.com/blackbeam/rust-marc/issues/7" categories = ["memory-exposure"] diff --git a/crates/may_queue/RUSTSEC-2020-0111.md b/crates/may_queue/RUSTSEC-2020-0111.md index c94ad6e..56d8728 100644 --- a/crates/may_queue/RUSTSEC-2020-0111.md +++ b/crates/may_queue/RUSTSEC-2020-0111.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0111" package = "may_queue" +aliases = ["CVE-2020-36217"] date = "2020-11-10" url = "https://github.com/Xudong-Huang/may/issues/88" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/ms3d/RUSTSEC-2021-0016.md b/crates/ms3d/RUSTSEC-2021-0016.md index 6ada2ac..b118b41 100644 --- a/crates/ms3d/RUSTSEC-2021-0016.md +++ b/crates/ms3d/RUSTSEC-2021-0016.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0016" package = "ms3d" +aliases = ["CVE-2021-26952"] date = "2021-01-26" url = "https://github.com/andrewhickman/ms3d/issues/1" categories = ["memory-exposure"] diff --git a/crates/multiqueue2/RUSTSEC-2020-0106.md b/crates/multiqueue2/RUSTSEC-2020-0106.md index 4e0e0fb..2d7b194 100644 --- a/crates/multiqueue2/RUSTSEC-2020-0106.md +++ b/crates/multiqueue2/RUSTSEC-2020-0106.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0106" package = "multiqueue2" +aliases = ["CVE-2020-36214"] date = "2020-12-19" url = "https://github.com/abbychau/multiqueue2/issues/10" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/nb-connect/RUSTSEC-2021-0021.md b/crates/nb-connect/RUSTSEC-2021-0021.md index 2b3fe0e..bb049a5 100644 --- a/crates/nb-connect/RUSTSEC-2021-0021.md +++ b/crates/nb-connect/RUSTSEC-2021-0021.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0021" package = "nb-connect" +aliases = ["CVE-2021-27376"] date = "2021-02-14" url = "https://github.com/smol-rs/nb-connect/issues/1" keywords = ["memory", "layout", "cast"] diff --git a/crates/postscript/RUSTSEC-2021-0017.md b/crates/postscript/RUSTSEC-2021-0017.md index d5cc0c7..c2987c3 100644 --- a/crates/postscript/RUSTSEC-2021-0017.md +++ b/crates/postscript/RUSTSEC-2021-0017.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0017" package = "postscript" +aliases = ["CVE-2021-26953"] date = "2021-01-30" url = "https://github.com/bodoni/postscript/issues/1" categories = ["memory-exposure"] diff --git a/crates/qwutils/RUSTSEC-2021-0018.md b/crates/qwutils/RUSTSEC-2021-0018.md index 8375e80..44ecae2 100644 --- a/crates/qwutils/RUSTSEC-2021-0018.md +++ b/crates/qwutils/RUSTSEC-2021-0018.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0018" package = "qwutils" +aliases = ["CVE-2021-26954"] date = "2021-02-03" url = "https://github.com/qwertz19281/rust_utils/issues/3" categories = ["memory-corruption"] diff --git a/crates/rand_core/RUSTSEC-2021-0023.md b/crates/rand_core/RUSTSEC-2021-0023.md index 642203a..10448c4 100644 --- a/crates/rand_core/RUSTSEC-2021-0023.md +++ b/crates/rand_core/RUSTSEC-2021-0023.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0023" package = "rand_core" +aliases = ["CVE-2021-27378"] date = "2021-02-12" url = "https://github.com/rust-random/rand/pull/1096" categories = ["crypto-failure"] diff --git a/crates/raw-cpuid/RUSTSEC-2021-0013.md b/crates/raw-cpuid/RUSTSEC-2021-0013.md index 306a5b6..937650a 100644 --- a/crates/raw-cpuid/RUSTSEC-2021-0013.md +++ b/crates/raw-cpuid/RUSTSEC-2021-0013.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0013" package = "raw-cpuid" +aliases = ["CVE-2021-26306", "CVE-2021-26307"] date = "2021-01-20" url = "https://github.com/RustSec/advisory-db/pull/614" categories = ["memory-corruption", "denial-of-service"] diff --git a/crates/reffers/RUSTSEC-2020-0094.md b/crates/reffers/RUSTSEC-2020-0094.md index 890bf25..021430a 100644 --- a/crates/reffers/RUSTSEC-2020-0094.md +++ b/crates/reffers/RUSTSEC-2020-0094.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0094" package = "reffers" +aliases = ["CVE-2020-36203"] date = "2020-12-01" url = "https://github.com/diwic/reffers-rs/issues/7" informational = "unsound" diff --git a/crates/rusb/RUSTSEC-2020-0098.md b/crates/rusb/RUSTSEC-2020-0098.md index f826e4e..6810c66 100644 --- a/crates/rusb/RUSTSEC-2020-0098.md +++ b/crates/rusb/RUSTSEC-2020-0098.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0098" package = "rusb" +aliases = ["CVE-2020-36206"] date = "2020-12-18" url = "https://github.com/a1ien/rusb/issues/44" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/smallvec/RUSTSEC-2021-0003.md b/crates/smallvec/RUSTSEC-2021-0003.md index fb180db..b07a5c4 100644 --- a/crates/smallvec/RUSTSEC-2021-0003.md +++ b/crates/smallvec/RUSTSEC-2021-0003.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0003" package = "smallvec" +aliases = ["CVE-2021-25900"] date = "2021-01-08" url = "https://github.com/servo/rust-smallvec/issues/252" categories = ["memory-corruption"] diff --git a/crates/va-ts/RUSTSEC-2020-0114.md b/crates/va-ts/RUSTSEC-2020-0114.md index 6103e56..3f49c7e 100644 --- a/crates/va-ts/RUSTSEC-2020-0114.md +++ b/crates/va-ts/RUSTSEC-2020-0114.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0114" package = "va-ts" +aliases = ["CVE-2020-36220"] date = "2020-12-22" url = "https://github.com/video-audio/va-ts/issues/4" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/xcb/RUSTSEC-2020-0097.md b/crates/xcb/RUSTSEC-2020-0097.md index 67c8782..70c180f 100644 --- a/crates/xcb/RUSTSEC-2020-0097.md +++ b/crates/xcb/RUSTSEC-2020-0097.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2020-0097" package = "xcb" +aliases = ["CVE-2020-36205"] date = "2020-12-10" url = "https://github.com/rtbo/rust-xcb/issues/93" categories = ["memory-corruption", "thread-safety"] diff --git a/crates/xcb/RUSTSEC-2021-0019.md b/crates/xcb/RUSTSEC-2021-0019.md index 11d4298..de8076f 100644 --- a/crates/xcb/RUSTSEC-2021-0019.md +++ b/crates/xcb/RUSTSEC-2021-0019.md @@ -2,6 +2,12 @@ [advisory] id = "RUSTSEC-2021-0019" package = "xcb" +aliases = [ + "CVE-2021-26955", + "CVE-2021-26956", + "CVE-2021-26957", + "CVE-2021-26958", +] date = "2021-02-04" url = "https://github.com/RustSec/advisory-db/issues/653" categories = ["memory-corruption", "memory-exposure"] diff --git a/crates/yottadb/RUSTSEC-2021-0022.md b/crates/yottadb/RUSTSEC-2021-0022.md index 4c90cc6..09f3455 100644 --- a/crates/yottadb/RUSTSEC-2021-0022.md +++ b/crates/yottadb/RUSTSEC-2021-0022.md @@ -2,6 +2,7 @@ [advisory] id = "RUSTSEC-2021-0022" package = "yottadb" +aliases = ["CVE-2021-27377"] date = "2021-02-09" url = "https://gitlab.com/YottaDB/Lang/YDBRust/-/issues/40" categories = ["memory-corruption"]