Skip to content

Commit f7b0d20

Browse files
fix(deps): lock file maintenance vulnfeeds
1 parent 7bac569 commit f7b0d20

10 files changed

Lines changed: 271 additions & 252 deletions

File tree

vulnfeeds/cmd/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
RUN mkdir /src
1818
WORKDIR /src

vulnfeeds/cmd/combine-to-osv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
RUN mkdir /src
1818
WORKDIR /src

vulnfeeds/cmd/cpe-repo-gen/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
RUN mkdir /src
1818
WORKDIR /src

vulnfeeds/cmd/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
RUN mkdir /src
1818
WORKDIR /src

vulnfeeds/cmd/download-cves/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
RUN mkdir /src
1818
WORKDIR /src

vulnfeeds/cmd/nvd-cve-osv/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.24.1-alpine@sha256:43c094ad24b6ac0546c62193baeb3e6e49ce14d3250845d166c77c25f64b0386 AS GO_BUILD
15+
FROM golang:1.24.6-alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS GO_BUILD
1616

1717
WORKDIR /go/src
1818

vulnfeeds/go.mod

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -4,30 +4,30 @@ go 1.23.6
44

55
require (
66
cloud.google.com/go/logging v1.13.0
7-
cloud.google.com/go/secretmanager v1.14.6
7+
cloud.google.com/go/secretmanager v1.15.0
88
github.com/aquasecurity/go-pep440-version v0.0.1
9-
github.com/atombender/go-jsonschema v0.18.0
10-
github.com/go-git/go-git/v5 v5.14.0
9+
github.com/atombender/go-jsonschema v0.20.0
10+
github.com/go-git/go-git/v5 v5.16.2
1111
github.com/google/go-cmp v0.7.0
1212
github.com/google/osv-scanner v1.9.2
1313
github.com/knqyf263/go-cpe v0.0.0-20230627041855-cb0794d06872
1414
github.com/sethvargo/go-retry v0.3.0
15-
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394
15+
golang.org/x/exp v0.0.0-20250808145144-a408d31f581a
1616
gopkg.in/yaml.v2 v2.4.0
1717
)
1818

1919
require (
20-
cloud.google.com/go v0.118.3 // indirect
21-
cloud.google.com/go/auth v0.15.0 // indirect
22-
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
23-
cloud.google.com/go/compute/metadata v0.6.0 // indirect
24-
cloud.google.com/go/iam v1.4.1 // indirect
25-
cloud.google.com/go/longrunning v0.6.4 // indirect
26-
dario.cat/mergo v1.0.1 // indirect
20+
cloud.google.com/go v0.120.0 // indirect
21+
cloud.google.com/go/auth v0.16.2 // indirect
22+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
23+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
24+
cloud.google.com/go/iam v1.5.2 // indirect
25+
cloud.google.com/go/longrunning v0.6.7 // indirect
26+
dario.cat/mergo v1.0.2 // indirect
2727
github.com/Microsoft/go-winio v0.6.2 // indirect
28-
github.com/ProtonMail/go-crypto v1.1.5 // indirect
28+
github.com/ProtonMail/go-crypto v1.1.6 // indirect
2929
github.com/aquasecurity/go-version v0.0.1 // indirect
30-
github.com/cloudflare/circl v1.6.0 // indirect
30+
github.com/cloudflare/circl v1.6.1 // indirect
3131
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
3232
github.com/emirpasic/gods v1.18.1 // indirect
3333
github.com/felixge/httpsnoop v1.0.4 // indirect
@@ -37,8 +37,8 @@ require (
3737
github.com/go-logr/stdr v1.2.2 // indirect
3838
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
3939
github.com/google/s2a-go v0.1.9 // indirect
40-
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
41-
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
40+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
41+
github.com/googleapis/gax-go/v2 v2.14.2 // indirect
4242
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
4343
github.com/kevinburke/ssh_config v1.2.0 // indirect
4444
github.com/package-url/packageurl-go v0.1.3 // indirect
@@ -48,24 +48,24 @@ require (
4848
github.com/skeema/knownhosts v1.3.1 // indirect
4949
github.com/xanzy/ssh-agent v0.3.3 // indirect
5050
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
51-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
52-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
53-
go.opentelemetry.io/otel v1.34.0 // indirect
54-
go.opentelemetry.io/otel/metric v1.34.0 // indirect
55-
go.opentelemetry.io/otel/trace v1.34.0 // indirect
56-
golang.org/x/crypto v0.36.0 // indirect
57-
golang.org/x/net v0.37.0 // indirect
58-
golang.org/x/oauth2 v0.27.0 // indirect
59-
golang.org/x/sync v0.12.0 // indirect
60-
golang.org/x/sys v0.31.0 // indirect
61-
golang.org/x/text v0.23.0 // indirect
62-
golang.org/x/time v0.10.0 // indirect
51+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
52+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
53+
go.opentelemetry.io/otel v1.36.0 // indirect
54+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
55+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
56+
golang.org/x/crypto v0.39.0 // indirect
57+
golang.org/x/net v0.41.0 // indirect
58+
golang.org/x/oauth2 v0.30.0 // indirect
59+
golang.org/x/sync v0.16.0 // indirect
60+
golang.org/x/sys v0.33.0 // indirect
61+
golang.org/x/text v0.26.0 // indirect
62+
golang.org/x/time v0.12.0 // indirect
6363
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect
64-
google.golang.org/api v0.224.0 // indirect
65-
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
66-
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
67-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
68-
google.golang.org/grpc v1.71.0 // indirect
69-
google.golang.org/protobuf v1.36.5 // indirect
64+
google.golang.org/api v0.237.0 // indirect
65+
google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
66+
google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
67+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
68+
google.golang.org/grpc v1.73.0 // indirect
69+
google.golang.org/protobuf v1.36.6 // indirect
7070
gopkg.in/warnings.v0 v0.1.2 // indirect
7171
)

0 commit comments

Comments
 (0)