@@ -22,6 +22,9 @@ comment = "bash is only a build-time dependency so we're not vulnerable to this
2222["binutils" ]
2323comment = " binutils is only a build-time dependency so we're not vulnerable to this attack."
2424
25+ ["c-ares" ]
26+ comment = " c-ares is only a build-time dependency so we are not vulnerable to this attack."
27+
2528["cereal" ]
2629cve = [" CVE-2020-11104" , " CVE-2020-11105" ]
2730comment = " CVEs refer to the C++ library cereal, not this haskell package."
@@ -62,7 +65,6 @@ cve = ["CVE-2021-23154", "CVE-2021-44458"]
6265comment = " CVEs refer to Mirantis Lens, not this haskell package."
6366
6467["libarchive" ]
65- cve = [" CVE-2022-36227" ]
6668comment = " libarchive is only a build-time dependency so we are not vulnerable to this attack."
6769
6870["libxml2" ]
@@ -94,12 +96,22 @@ cve = ["CVE-2021-35048",
9496 " CVE-2022-0997" ]
9597comment = " CVEs refer to Fidelis Network, not this haskell package."
9698
99+ ["ncurses" ]
100+ cve = [" CVE-2023-29491" ]
101+ comment = " Vulnerability only applies to setuid applications, which nix-bootstrap is not"
102+
103+ ["ninja" ]
104+ comment = " ninja is only a build-time dependency so we are not vulnerable to this attack."
105+
97106["openssl" ]
98107comment = " openssl is only a build-time dependency so we are not vulnerable to this attack."
99108
100109["patch" ]
101110comment = " patch is only a build-time dependency so we are not vulnerable to this attack."
102111
112+ ["perl" ]
113+ comment = " perl is only a build-time dependency so we are not vulnerable to this attack."
114+
103115["safe" ]
104116comment = " CVEs refer to F-Secure SAFE browser, not this haskell package."
105117
@@ -137,8 +149,8 @@ comment = "None of these vulnerabilities affect nix-bootstrap as it doesn't proc
137149comment = " wheel is only a build-time dependency so we are not vulnerable to this attack."
138150
139151["yaml" ]
140- cve = [" CVE-2022-3064" , " CVE-2021-4235" ]
141- comment = " CVEs refer to go- yaml, not this haskell package."
152+ cve = [" CVE-2022-3064" , " CVE-2021-4235" , " CVE-2023-2251 " ]
153+ comment = " CVEs refer to other things called yaml, not this haskell package."
142154
143155["zlib-0 .6 .3 .0" ]
144156cve = [" CVE-2018-25032" , " CVE-2022-37434" ]
0 commit comments