Skip to content

Commit f147e6e

Browse files
committed
Update vulnerability whitelist
1 parent b3621b8 commit f147e6e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: a1ec8ed3ba38cff9008dd1cc4b35d9dec2ca9298
1+
Last exported commit from parent repo: 6e3f24b8131b3b49aed37881270b7a18e093d307

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 1.5.4.1
8+
version: 1.5.4.2
99
author: gchquser
1010
maintainer: [email protected]
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 1.5.4.1
15+
version: 1.5.4.2
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

vulnerability-whitelist.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ comment = """Severity disputed and upstream patch not yet in nixpkgs. \
161161
"""
162162

163163
["terminal"]
164-
cve = ["CVE-2022-44702"]
165-
comment = "CVE refers to microsoft terminal, not this haskell package."
164+
cve = ["CVE-2022-44702", "CVE-2002-1898"]
165+
comment = "CVEs refers to microsoft terminal and OSX terminal, not this haskell package."
166166

167167
["unzip"]
168168
cve = ["CVE-2021-4217", "CVE-2022-0529", "CVE-2022-0530"]
@@ -179,7 +179,7 @@ cve = ["CVE-2022-3064", "CVE-2021-4235", "CVE-2023-2251"]
179179
comment = "CVEs refer to other things called yaml, not this haskell package."
180180

181181
["zlib-0.6.3.0"]
182-
cve = ["CVE-2018-25032", "CVE-2022-37434", "CVE-2023-45853", "CVE-2023-6992"]
182+
cve = ["CVE-2018-25032", "CVE-2022-37434", "CVE-2023-45853", "CVE-2023-6992", "CVE-2002-0059"]
183183
comment = "Actual zlib dependency is already on a patched version; this version is a haskell library."
184184

185185
["zlib-1.2.12"]

0 commit comments

Comments
 (0)