File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
## UNRELEASED
2
2
3
+ SECURITY:
4
+
5
+ * deps: Updated runc to 1.1.12 to address CVE-2024 -21626313 [[ GH-313 ] ( https://github.com/hashicorp/nomad-driver-podman/pull/313 )]
6
+
3
7
IMPROVEMENTS:
4
8
5
- * build: Updated to Go 1.21.5 [[ GH-303 ] ( https://github.com/hashicorp/nomad-driver-podman/pull/303 )]
9
+ * build: Updated to Go 1.21.5 [[ GH-303 ] ( https://github.com/hashicorp/nomad-driver-podman/pull/303 )]
6
10
7
11
## 0.5.1 (August 14, 2023)
8
12
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ require (
117
117
github.com/oklog/run v1.1.0 // indirect
118
118
github.com/opencontainers/go-digest v1.0.0 // indirect
119
119
github.com/opencontainers/image-spec v1.1.0-rc5 // indirect
120
- github.com/opencontainers/runc v1.1.10 // indirect
120
+ github.com/opencontainers/runc v1.1.12 // indirect
121
121
github.com/pkg/errors v0.9.1 // indirect
122
122
github.com/pmezard/go-difflib v1.0.0 // indirect
123
123
github.com/posener/complete v1.2.3 // indirect
Original file line number Diff line number Diff line change @@ -398,8 +398,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
398
398
github.com/opencontainers/go-digest v1.0.0 /go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM =
399
399
github.com/opencontainers/image-spec v1.1.0-rc5 h1:Ygwkfw9bpDvs+c9E34SdgGOj41dX/cbdlwvlWt0pnFI =
400
400
github.com/opencontainers/image-spec v1.1.0-rc5 /go.mod h1:X4pATf0uXsnn3g5aiGIsVnJBR4mxhKzfwmvK/B2NTm8 =
401
- github.com/opencontainers/runc v1.1.10 h1:EaL5WeO9lv9wmS6SASjszOeQdSctvpbu0DdBQBizE40 =
402
- github.com/opencontainers/runc v1.1.10 /go.mod h1:+/R6+KmDlh+hOO8NkjmgkG9Qzvypzk0yXxAPYYR65+M =
401
+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
402
+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
403
403
github.com/opencontainers/runtime-spec v1.1.0 h1:HHUyrt9mwHUjtasSbXSMvs4cyFxh+Bll4AjJ9odEGpg =
404
404
github.com/opencontainers/runtime-spec v1.1.0 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
405
405
github.com/opentracing/opentracing-go v1.0.2 /go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o =
You can’t perform that action at this time.
0 commit comments