forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.12.3.yaml
18 lines (17 loc) · 829 Bytes
/
1.12.3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
date: March 3, 2020
changes:
- area: buffer
change: |
force copy when appending small slices to OwnedImpl buffer to avoid fragmentation.
- area: http
change: |
added HTTP/1.1 flood protection. Can be temporarily disabled using the runtime feature ``envoy.reloadable_features.http1_flood_protection``.
- area: listeners
change: |
fixed issue where :ref:`TLS inspector listener filter <config_listener_filters_tls_inspector>` could have been bypassed by a client using only TLS 1.3.
- area: rbac
change: |
added :ref:`url_path <envoy_api_field_config.rbac.v2.Permission.url_path>` for matching URL path without the query and fragment string.
- area: sds
change: |
fixed the SDS vulnerability that TLS validation context (e.g., subject alt name or hash) cannot be effectively validated in some cases.