File tree Expand file tree Collapse file tree 7 files changed +15
-9
lines changed Expand file tree Collapse file tree 7 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
- 1.32.11
1
+ 1.32.12
Original file line number Diff line number Diff line change
1
+ date : September 2, 2025
2
+
3
+ bug_fixes :
4
+ - area : oauth2
5
+ change : |
6
+ Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7
+ Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).
Original file line number Diff line number Diff line change 1
- date : September 2 , 2025
1
+ date : September 4 , 2025
2
2
3
3
bug_fixes :
4
- - area : oauth2
4
+ - area : release
5
5
change : |
6
- Fixed an issue where cookies prefixed with ``__Secure-`` or ``__Host-`` were not receiving a
7
- Secure attribute (`CVE-2025-55162 <https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh>`_).
6
+ Fix distroless image to ensure nonroot.
Original file line number Diff line number Diff line change 1
1
** Summary of changes** :
2
2
3
- * Security fixes :
4
- - Fix for OAuth cookie issue [ CVE- 2025 -55162 ] ( https://github.com/envoyproxy/envoy/security/advisories/GHSA-95j4-hw7f-v2rh ) .
3
+ * Docker images :
4
+ - Fix for distroless images to ensure nonroot .
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ COPY --chown=0:0 --chmod=755 \
59
59
60
60
61
61
# STAGE: envoy-distroless
62
- FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:6fe9fd551fab9d442b7ee7096b8fcf286047ff91bac31bc577270bb77afa0184 AS envoy-distroless
62
+ FROM gcr.io/distroless/base-nossl-debian12:nonroot@sha256:8981b63f968e829d21351ea9d28cc21127e5f034707f1d8483d2993d9577be0b AS envoy-distroless
63
63
EXPOSE 10000
64
64
ENTRYPOINT ["/usr/local/bin/envoy"]
65
65
CMD ["-c", "/etc/envoy/envoy.yaml"]
Original file line number Diff line number Diff line change 25
25
" 1.29 " : 1.29.12
26
26
" 1.30 " : 1.30.11
27
27
" 1.31 " : 1.31.10
28
- " 1.32 " : 1.32.10
28
+ " 1.32 " : 1.32.11
You can’t perform that action at this time.
0 commit comments