Skip to content

Commit

Permalink
Update vulnerability whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
sd234678 committed Feb 20, 2024
1 parent a69e902 commit 0b00b2d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .last-exported-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Last exported commit from parent repo: 6e3f24b8131b3b49aed37881270b7a18e093d307
Last exported commit from parent repo: d6e5804d6fcba05fe0af882a0c1db8ffb0050320
2 changes: 1 addition & 1 deletion nix-bootstrap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.0
-- see: https://github.com/sol/hpack

name: nix-bootstrap
version: 1.5.4.2
version: 1.5.4.3
author: gchquser
maintainer: [email protected]
copyright: Crown Copyright
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
name: nix-bootstrap
version: 1.5.4.2
version: 1.5.4.3
author: gchquser
maintainer: [email protected]
copyright: Crown Copyright
Expand Down
8 changes: 5 additions & 3 deletions vulnerability-whitelist.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ comment = "CVEs refer to RedHat Fuse, not C libfuse (Filesystem in Userspace) on
comment = "gcc is only a build-time dependency so we are not vulnerable to this attack."

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

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

["libuv"]
comment = "libuv is only a build-time dependency so we're not vulnerable to this attack."

["libxml2"]
comment = "libxml2 is only a build-time dependency so we're not vulnerable to this attack."

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

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

["network"]
cve = ["CVE-2021-35048",
Expand Down

0 comments on commit 0b00b2d

Please sign in to comment.