Skip to content

Commit 3fc7d80

Browse files
committed
Update vulnerability whitelist
1 parent f147e6e commit 3fc7d80

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-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: 6e3f24b8131b3b49aed37881270b7a18e093d307
1+
Last exported commit from parent repo: d6e5804d6fcba05fe0af882a0c1db8ffb0050320

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.2
8+
version: 1.5.4.3
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.2
15+
version: 1.5.4.3
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

vulnerability-whitelist.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ comment = "CVEs refer to RedHat Fuse, not C libfuse (Filesystem in Userspace) on
5454
comment = "gcc is only a build-time dependency so we are not vulnerable to this attack."
5555

5656
["glibc"]
57-
cve = ["CVE-2023-4527", "CVE-2023-4813", "CVE-2023-5156"]
57+
cve = ["CVE-2023-4527", "CVE-2023-4813", "CVE-2023-5156", "CVE-2023-0687", "CVE-2023-6779"]
5858
comment = "Crashes accepted as not a critical system. Stack contents of nix-bootstrap should never be sensitive."
5959

6060
["git"]
@@ -80,6 +80,9 @@ comment = "libarchive is only a build-time dependency so we are not vulnerable t
8080
["libssh2"]
8181
comment = "libssh2 is only a build-time dependency so we are not vulnerable to this attack."
8282

83+
["libuv"]
84+
comment = "libuv is only a build-time dependency so we're not vulnerable to this attack."
85+
8386
["libxml2"]
8487
comment = "libxml2 is only a build-time dependency so we're not vulnerable to this attack."
8588

@@ -90,8 +93,7 @@ comment = """No upstream fix yet, but exploitation requires a victim \
9093
"""
9194

9295
["linux-pam"]
93-
cve = ["CVE-2022-28321"]
94-
comment = "Only affects OpenSUSE distributions"
96+
comment = "linux-pam is only a build-time dependency so we're not vulnerable to this attack."
9597

9698
["network"]
9799
cve = ["CVE-2021-35048",

0 commit comments

Comments
 (0)