Skip to content

Commit 13e7039

Browse files
committed
Updated RH8 packages and .trivyignore file with security patches
1 parent 94a2bc3 commit 13e7039

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

.trivyignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,24 @@
22
# /usr/lib/python3.7/site-packages/ansible_collections/netbox/netbox/poetry.lock
33
CVE-2020-36242
44
CVE-2020-14343
5+
6+
# Downgraded to LOW severity by the Product Security team as the packages are not actually
7+
# shipped with the release.
8+
# SPL-203200
9+
CVE-2021-28092
10+
# SPL-203205
11+
CVE-2021-27290
12+
# SPL-196809
13+
CVE-2018-11777
14+
CVE-2016-3083
15+
CVE-2015-7521
16+
CVE-2016-3083
17+
18+
# Marked as fixed in the next Splunk release
19+
CVE-2021-23358
20+
CVE-2020-25649
21+
22+
# Fixed by Apache Spark in versions 3.0.3, 3.1.2, 3.2.0
23+
CVE-2020-27216
24+
CVE-2021-28165
25+
CVE-2020-27216

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export LANG=en_US.utf8
2929
microdnf -y --nodocs install wget sudo shadow-utils procps tar tzdata make gcc \
3030
openssl-devel bzip2-devel libffi-devel findutils
3131
# Patch security updates
32-
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 tzdata
32+
microdnf -y --nodocs update gnutls kernel-headers librepo libnghttp2 tzdata nettle
3333

3434
# Install Python and necessary packages
3535
PY_SHORT=${PYTHON_VERSION%.*}

0 commit comments

Comments
 (0)