Skip to content

Commit

Permalink
#827: Update packages and ignore kernel CVEs (#373)
Browse files Browse the repository at this point in the history
* Ignore CVE-2023-3611 and CVE-2023-3776, because they are kernel issues
* Update cryptography to fix CVE-2023-38325
* Update poetry.lock
* Ignore CVE-2023-3609, because it affects the kernel
* Update cryptography to 41.0.2 in the conda flavors
* Ignore CVE-2023-38325, because cryptography 41.0.3 is not yet available on conda

Co-authored-by: Christoph Pirkl <[email protected]>
  • Loading branch information
tkilias and kaklakariada authored Aug 8, 2023
1 parent d4e8c8e commit c20c1e7
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ CVE-2022-43945
CVE-2023-3090
CVE-2023-3389
CVE-2023-3390
CVE-2023-3611
CVE-2023-3776
CVE-2023-3609
#CVE-2022-23648 is a bug in containerd, not issue for containers
CVE-2022-23648
#issue in cgroups, but no threat for ScriptLanguageContainer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pyarrow|12.0.0
libblas|3.9.0=15_linux64_mkl
mamba|1.3.1
ld_impl_linux-64|2.36.1
cryptography|39.0.2
cryptography|41.0.2
libxml2|2.10.3=hca2bb57_4 # Pinned for OpenJDK in build_deps
icu|70.1=h27087fc_0 # Pinned for OpenJDK in build_deps
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#bug in trivy, no idea when a new debian package will be released (https://github.com/aquasecurity/trivy/issues/1680)
CVE-2021-43816
#CVE-2022-0847, CVE-2022-0001, CVE-2022-0002, CVE-2022-1015 affect kernel, no issue for container
#The following CVEs affect kernel, no issue for container
CVE-2022-0847
CVE-2022-0001
CVE-2022-0002
CVE-2022-1015
CVE-2022-23960
CVE-2022-25636
CVE-2022-43945
CVE-2023-3611
CVE-2023-3776
CVE-2023-3609
#CVE-2022-23648 is a bug in containerd, not issue for containers
CVE-2022-23648
#issue in cgroups, but no threat for ScriptLanguageContainer
Expand All @@ -16,3 +19,5 @@ CVE-2022-0492
CVE-2022-27191
# CVE-2022-23960 affects only ARM architectures
CVE-2022-23960
# We ignore CVE-2023-38325, because cryptography 41.0.3 is currently not available on conda, https://github.com/conda-forge/cryptography-feedstock/issues/122
CVE-2023-38325
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pyarrow|12.0.0=py38h4559c88_4_cuda
libblas|3.9.0=15_linux64_mkl
mamba|1.3.1
ld_impl_linux-64|2.36.1
cryptography|39.0.2
cryptography|41.0.2
libxml2|2.10.3=hca2bb57_4 # Pinned for OpenJDK in build_deps
icu|70.1=h27087fc_0 # Pinned for OpenJDK in build_deps
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#bug in trivy, no idea when a new debian package will be released (https://github.com/aquasecurity/trivy/issues/1680)
CVE-2021-43816
#CVE-2022-0847, CVE-2022-0001, CVE-2022-0002, CVE-2022-1015 affect kernel, no issue for container
#The following CVEs affect kernel, no issue for container
CVE-2022-0847
CVE-2022-0001
CVE-2022-0002
CVE-2022-1015
CVE-2022-23960
CVE-2022-25636
CVE-2022-43945
CVE-2023-3611
CVE-2023-3776
CVE-2023-3609
#CVE-2022-23648 is a bug in containerd, not issue for containers
CVE-2022-23648
#issue in cgroups, but no threat for ScriptLanguageContainer
Expand All @@ -16,3 +19,5 @@ CVE-2022-0492
CVE-2022-27191
# CVE-2022-23960 affects only ARM architectures
CVE-2022-23960
# We ignore CVE-2023-38325, because cryptography 41.0.3 is currently not available on conda, https://github.com/conda-forge/cryptography-feedstock/issues/122
CVE-2023-38325
113 changes: 57 additions & 56 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c20c1e7

Please sign in to comment.