Skip to content

Commit 092986f

Browse files
authored
Merge pull request #316 from replicatedcom/divolgin/sc-88850/make-a-december-2023-heritage-release
CVE fixes
2 parents 999ffd9 + 8941e1c commit 092986f

3 files changed

Lines changed: 21 additions & 24 deletions

File tree

.circleci/.anchore/grype.yaml

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
ignore:
2+
- vulnerability: CVE-2023-47038
3+
- vulnerability: CVE-2023-5981
4+
25
# https://github.com/anchore/grype#specifying-matches-to-ignore
36
# example to ignore a vulnerability
47
# This is the full set of supported rule fields:
@@ -10,25 +13,19 @@ ignore:
1013
# type: npm
1114
# location: "/usr/local/lib/node_modules/**"
1215

13-
- package:
14-
type: go-module
16+
- package:
17+
type: go-module
1518

16-
# google-cloud-sdk python vulns
17-
- vulnerability: GHSA-w7pp-m8wf-vj6r
18-
package:
19-
name: cryptography
20-
version: 36.0.2
21-
type: python
22-
location: "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/**"
23-
- vulnerability: GHSA-x4qr-2fvf-3mr5
24-
package:
25-
name: cryptography
26-
version: 36.0.2
27-
type: python
28-
location: "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/**"
29-
- vulnerability: GHSA-vvpx-j8f3-3w6h
30-
package:
31-
name: golang.org/x/net
32-
version: v0.5.0
33-
type: go-module
34-
location: "/usr/lib/google-cloud-sdk/bin/**"
19+
# google-cloud-sdk python vulns
20+
- vulnerability: GHSA-jfhm-5ghh-2f97
21+
package:
22+
name: cryptography
23+
version: 41.0.5
24+
type: python
25+
location: "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/**"
26+
- vulnerability: GHSA-mq26-g339-26xf
27+
package:
28+
name: pip
29+
version: 23.2.1
30+
type: python
31+
location: "/usr/lib/google-cloud-sdk/platform/bundledpythonunix/lib/**"

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
machine: true
4141
environment:
4242
GOPATH: /home/circleci/go
43-
GO_SHA256SUM: 87fc728c9c731e2f74e4a999ef53cf07302d7ed3504b0839027bd9c10edaa3fd
43+
GO_SHA256SUM: 9c5d48c54dd8b0a3b2ef91b0f92a1190aa01f11d26e98033efa64c46a30bba7b
4444
GO: /usr/local/go/bin/go
4545
GOCACHE: "/tmp/go/cache"
4646
steps:
@@ -49,7 +49,7 @@ jobs:
4949
keys:
5050
- support-bundle-e2e-build-cache-base
5151
- run: |
52-
export GO_DOWNLOAD_URL=https://go.dev/dl/go1.17.10.linux-amd64.tar.gz
52+
export GO_DOWNLOAD_URL=https://go.dev/dl/go1.20.12.linux-amd64.tar.gz
5353
export GOPATH=/home/circleci/go
5454
export GOROOT=/usr/local/go
5555
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin

deploy/Dockerfile-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:buster-slim
1+
FROM debian:bookworm-slim
22
ENV DEBIAN_FRONTEND=noninteractive
33
RUN apt-get update -y && apt-get install --no-install-recommends -y \
44
ca-certificates \

0 commit comments

Comments
 (0)