From 395b26d2383ab4811ea8882cf8a5cd1c0c2ad94e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Mar 2026 09:31:09 +0000 Subject: [PATCH 1/2] fix: vendor/github.com/creack/pty/Dockerfile.riscv to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSH-5788320 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153 --- vendor/github.com/creack/pty/Dockerfile.riscv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/github.com/creack/pty/Dockerfile.riscv b/vendor/github.com/creack/pty/Dockerfile.riscv index 7a30c94d03..0a16cc410c 100644 --- a/vendor/github.com/creack/pty/Dockerfile.riscv +++ b/vendor/github.com/creack/pty/Dockerfile.riscv @@ -1,5 +1,5 @@ # NOTE: Using 1.13 as a base to build the RISCV compiler, the resulting version is based on go1.6. -FROM golang:1.13 +FROM golang:1.26.1 # Clone and complie a riscv compatible version of the go compiler. RUN git clone https://review.gerrithub.io/riscv/riscv-go /riscv-go From d4f4abcea505a76cf664b98f7ea7d496e3020185 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2026 09:21:22 +0000 Subject: [PATCH 2/2] fix: vendor/github.com/creack/pty/Dockerfile.riscv to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-6846202 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSH-5788320 - https://snyk.io/vuln/SNYK-DEBIAN10-SYSTEMD-3339153