Search for packages
Package details: pkg:github/istio/istio@1.13.5
purl pkg:github/istio/istio@1.13.5
Next non-vulnerable version 1.18.0-alpha.0
Latest non-vulnerable version 1.19.0-alpha.0
Risk 10.0
Vulnerabilities affecting this package (14)
Vulnerability Summary Fixed by
VCID-2q3s-huh9-aaaq
Aliases:
CVE-2022-39278
Denial of service attack due to Go Regex Library.
1.13.9
Affected by 13 other vulnerabilities.
1.14.5
Affected by 13 other vulnerabilities.
1.15.2
Affected by 14 other vulnerabilities.
VCID-6y3x-kyj7-aaaf
Aliases:
CVE-2023-44487
GHSA-qppj-fm5r-hxr3
VSV00013
The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.
1.18.0-alpha.0
Affected by 0 other vulnerabilities.
1.19.0-alpha.0
Affected by 0 other vulnerabilities.
VCID-areg-zn1d-aaaj
Aliases:
CVE-2023-27492
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-bktx-3fbw-aaag
Aliases:
CVE-2023-35945
Envoy is a cloud-native high-performance edge/middle/service proxy. Envoy’s HTTP/2 codec may leak a header map and bookkeeping structures upon receiving `RST_STREAM` immediately followed by the `GOAWAY` frames from an upstream server. In nghttp2, cleanup of pending requests due to receipt of the `GOAWAY` frame skips de-allocation of the bookkeeping structure and pending compressed header. The error return [code path] is taken if connection is already marked for not sending more requests due to `GOAWAY` frame. The clean-up code is right after the return statement, causing memory leak. Denial of service through memory exhaustion. This vulnerability was patched in versions(s) 1.26.3, 1.25.8, 1.24.9, 1.23.11.
1.16.6
Affected by 6 other vulnerabilities.
1.17.4
Affected by 6 other vulnerabilities.
1.18.1
Affected by 6 other vulnerabilities.
VCID-djk7-dd9y-aaaf
Aliases:
CVE-2023-35941
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, a malicious client is able to construct credentials with permanent validity in some specific scenarios. This is caused by the some rare scenarios in which HMAC payload can be always valid in OAuth2 filter's check. Versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12 have a fix for this issue. As a workaround, avoid wildcards/prefix domain wildcards in the host's domain configuration.
1.16.7
Affected by 2 other vulnerabilities.
1.17.5
Affected by 2 other vulnerabilities.
1.18.2
Affected by 2 other vulnerabilities.
VCID-e3es-g515-aaac
Aliases:
CVE-2023-27491
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-h5gd-ykr6-aaag
Aliases:
CVE-2023-35942
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, gRPC access loggers using listener's global scope can cause a `use-after-free` crash when the listener is drained. Versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12 have a fix for this issue. As a workaround, disable gRPC access log or stop listener update.
1.16.7
Affected by 2 other vulnerabilities.
1.17.5
Affected by 2 other vulnerabilities.
1.18.2
Affected by 2 other vulnerabilities.
VCID-m38c-y5uy-aaag
Aliases:
CVE-2023-27487
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-rn3g-fz72-aaaa
Aliases:
CVE-2023-27496
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-te2m-j4fe-aaaj
Aliases:
CVE-2023-39325
GHSA-4374-p667-p6c8
A malicious HTTP/2 client which rapidly creates requests and immediately resets them can cause excessive server resource consumption. While the total number of requests is bounded by the http2.Server.MaxConcurrentStreams setting, resetting an in-progress request allows the attacker to create a new request while the existing one is still executing. With the fix applied, HTTP/2 servers now bound the number of simultaneously executing handler goroutines to the stream concurrency limit (MaxConcurrentStreams). New requests arriving when at the limit (which can only happen after the client has reset an existing, in-flight request) will be queued until a handler exits. If the request queue grows too large, the server will terminate the connection. This issue is also fixed in golang.org/x/net/http2 for users manually configuring HTTP/2. The default stream concurrency limit is 250 streams (requests) per HTTP/2 connection. This value may be adjusted using the golang.org/x/net/http2 package; see the Server.MaxConcurrentStreams setting and the ConfigureServer function.
1.18.0-alpha.0
Affected by 0 other vulnerabilities.
1.19.0-alpha.0
Affected by 0 other vulnerabilities.
VCID-tnym-eg8u-aaaj
Aliases:
CVE-2023-27493
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-v88p-ard2-aaaq
Aliases:
CVE-2023-27488
Multiple CVEs reported by Envoy.
1.15.7
Affected by 7 other vulnerabilities.
1.16.4
Affected by 7 other vulnerabilities.
1.17.2
Affected by 7 other vulnerabilities.
VCID-wz85-a7wk-aaaj
Aliases:
CVE-2023-35944
Envoy is an open source edge and service proxy designed for cloud-native applications. Envoy allows mixed-case schemes in HTTP/2, however, some internal scheme checks are case-sensitive. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, this can lead to the rejection of requests with mixed-case schemes such as `htTp` or `htTps`, or the bypassing of some requests such as `https` in unencrypted connections. With a fix in versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, Envoy will now lowercase scheme values by default, and change the internal scheme checks that were case-sensitive to be case-insensitive. There are no known workarounds for this issue.
1.16.7
Affected by 2 other vulnerabilities.
1.17.5
Affected by 2 other vulnerabilities.
1.18.2
Affected by 2 other vulnerabilities.
VCID-ytys-pthg-aaam
Aliases:
CVE-2023-35943
Envoy is an open source edge and service proxy designed for cloud-native applications. Prior to versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12, the CORS filter will segfault and crash Envoy when the `origin` header is removed and deleted between `decodeHeaders`and `encodeHeaders`. Versions 1.27.0, 1.26.4, 1.25.9, 1.24.10, and 1.23.12 have a fix for this issue. As a workaround, do not remove the `origin` header in the Envoy configuration.
1.16.7
Affected by 2 other vulnerabilities.
1.17.5
Affected by 2 other vulnerabilities.
1.18.2
Affected by 2 other vulnerabilities.
Vulnerabilities fixed by this package (6)
Vulnerability Summary Aliases
VCID-2cyz-8huy-aaae Istio is an open platform to connect, manage, and secure microservices. In affected versions ill-formed headers sent to Envoy in certain configurations can lead to unexpected memory access resulting in undefined behavior or crashing. Users are most likely at risk if they have an Istio ingress Gateway exposed to external traffic. This vulnerability has been resolved in versions 1.12.8, 1.13.5, and 1.14.1. Users are advised to upgrade. There are no known workarounds for this issue. CVE-2022-31045
GHSA-xwx5-5c9g-x68x
VCID-52xg-rf8u-aaam CVE-2022-29227 envoy: Internal redirect crash for requests with body/trailers CVE-2022-29227
VCID-av3y-xjr9-aaac Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 the OAuth filter implementation does not include a mechanism for validating access tokens, so by design when the HMAC signed cookie is missing a full authentication flow should be triggered. However, the current implementation assumes that access tokens are always validated thus allowing access in the presence of any access token attached to the request. Users are advised to upgrade. There is no known workaround for this issue. CVE-2022-29226
VCID-fw7c-6u9d-aaaa CVE-2022-29225 envoy: Decompressors can be zip bombed CVE-2022-29225
VCID-hp9r-e7uw-aaan Envoy is a cloud-native high-performance proxy. In versions prior to 1.22.1 the OAuth filter would try to invoke the remaining filters in the chain after emitting a local response, which triggers an ASSERT() in newer versions and corrupts memory on earlier versions. continueDecoding() shouldn’t ever be called from filters after a local reply has been sent. Users are advised to upgrade. There are no known workarounds for this issue. CVE-2022-29228
VCID-u6b2-rfe9-aaaf CVE-2022-29224 envoy: Segfault in GrpcHealthCheckerImpl CVE-2022-29224

Date Actor Action Vulnerability Source VulnerableCode Version
2025-06-20T19:34:01.868798+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 36.1.3
2025-06-20T19:33:58.780822+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 36.1.3
2025-06-20T19:33:55.483152+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 36.1.3
2025-06-20T19:33:53.048522+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 36.1.3
2025-06-20T19:33:50.245153+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 36.1.3
2025-06-20T19:33:47.802170+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 36.1.3
2025-06-20T19:33:44.293102+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 36.1.3
2025-06-20T19:33:41.521089+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 36.1.3
2025-06-20T19:33:38.696420+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 36.1.3
2025-06-20T19:33:35.918807+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 36.1.3
2025-06-20T19:33:32.912063+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 36.1.3
2025-06-20T19:33:30.258522+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 36.1.3
2025-06-20T19:33:27.446842+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 36.1.3
2025-06-20T19:33:22.644533+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 36.1.3
2025-06-20T19:33:18.020518+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 36.1.3
2025-06-20T19:33:13.651623+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 36.1.3
2025-06-20T19:33:11.059664+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 36.1.3
2025-06-20T19:33:08.639544+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 36.1.3
2025-06-20T19:33:06.047613+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 36.1.3
2025-06-20T19:33:03.410999+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 36.1.3
2025-06-04T08:09:17.533078+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 36.1.0
2025-06-04T08:09:15.098694+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 36.1.0
2025-06-04T08:09:12.536645+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 36.1.0
2025-06-04T08:09:10.075103+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 36.1.0
2025-06-04T08:09:07.495784+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 36.1.0
2025-06-04T08:09:04.972339+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 36.1.0
2025-06-04T08:09:02.447046+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 36.1.0
2025-06-04T08:08:59.974627+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 36.1.0
2025-06-04T08:08:57.491484+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 36.1.0
2025-06-04T08:08:54.983021+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 36.1.0
2025-06-04T08:08:52.488677+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 36.1.0
2025-06-04T08:08:49.658911+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 36.1.0
2025-06-04T08:08:46.982100+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 36.1.0
2025-06-04T08:08:42.226412+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 36.1.0
2025-06-04T08:08:37.520192+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 36.1.0
2025-06-04T08:08:35.207254+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 36.1.0
2025-06-04T08:08:32.513964+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 36.1.0
2025-06-04T08:08:29.313163+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 36.1.0
2025-06-04T08:08:26.745436+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 36.1.0
2025-06-04T08:08:24.175774+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 36.1.0
2025-06-02T22:02:04.539135+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 36.1.2
2025-06-02T22:02:02.057582+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 36.1.2
2025-06-02T22:01:59.015865+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 36.1.2
2025-06-02T22:01:55.833499+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 36.1.2
2025-06-02T22:01:53.159580+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 36.1.2
2025-06-02T22:01:50.558778+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 36.1.2
2025-06-02T22:01:47.337017+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 36.1.2
2025-06-02T22:01:44.475097+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 36.1.2
2025-06-02T22:01:41.803207+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 36.1.2
2025-06-02T22:01:38.907338+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 36.1.2
2025-06-02T22:01:36.451700+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 36.1.2
2025-06-02T22:01:33.679155+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 36.1.2
2025-06-02T22:01:31.021368+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 36.1.2
2025-06-02T22:01:26.397117+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 36.1.2
2025-06-02T22:01:21.554188+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 36.1.2
2025-06-02T22:01:18.788083+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 36.1.2
2025-06-02T22:01:15.849168+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 36.1.2
2025-06-02T22:01:13.237774+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 36.1.2
2025-06-02T22:01:10.366663+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 36.1.2
2025-06-02T22:01:07.579600+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 36.1.2
2025-04-07T11:55:02.014590+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 36.0.0
2025-04-07T11:54:58.228881+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 36.0.0
2025-04-07T11:54:54.792365+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 36.0.0
2025-04-07T11:54:51.267827+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 36.0.0
2025-04-07T11:54:47.901318+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 36.0.0
2025-04-07T11:54:44.236537+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 36.0.0
2025-04-07T11:54:40.788577+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 36.0.0
2025-04-07T11:54:36.492520+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 36.0.0
2025-04-07T11:54:32.853613+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 36.0.0
2025-04-07T11:54:29.152523+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 36.0.0
2025-04-07T11:54:24.901727+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 36.0.0
2025-04-07T11:54:20.806594+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 36.0.0
2025-04-07T11:54:16.517436+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 36.0.0
2025-04-07T11:54:10.990732+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 36.0.0
2025-04-07T11:54:05.243527+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 36.0.0
2025-04-07T11:54:01.937560+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 36.0.0
2025-04-07T11:53:58.690706+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 36.0.0
2025-04-07T11:53:55.484254+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 36.0.0
2025-04-07T11:53:52.130092+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 36.0.0
2025-04-07T11:53:48.534583+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 36.0.0
2025-02-22T09:03:28.182100+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 35.1.0
2025-02-22T09:03:25.197453+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 35.1.0
2025-02-22T09:03:21.151074+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 35.1.0
2025-02-22T09:03:18.117734+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 35.1.0
2025-02-22T09:03:14.468181+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 35.1.0
2025-02-22T09:03:11.273211+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 35.1.0
2025-02-22T09:03:08.121198+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 35.1.0
2025-02-22T09:03:05.148959+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 35.1.0
2025-02-22T09:03:02.066798+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 35.1.0
2025-02-22T09:02:58.708033+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 35.1.0
2025-02-22T09:02:55.675272+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 35.1.0
2025-02-22T09:02:52.595786+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 35.1.0
2025-02-22T09:02:49.568292+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 35.1.0
2025-02-22T09:02:44.822160+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 35.1.0
2025-02-22T09:02:40.257693+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 35.1.0
2025-02-22T09:02:37.440535+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 35.1.0
2025-02-22T09:02:34.286552+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 35.1.0
2025-02-22T09:02:31.495246+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 35.1.0
2025-02-22T09:02:28.503989+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 35.1.0
2025-02-22T09:02:25.553642+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 35.1.0
2024-04-26T06:26:48.799375+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 34.0.0rc4
2024-04-26T06:26:45.524822+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 34.0.0rc4
2024-04-26T06:26:42.332706+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 34.0.0rc4
2024-04-26T06:26:39.207456+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 34.0.0rc4
2024-04-26T06:26:33.927168+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 34.0.0rc4
2024-04-26T06:26:30.791458+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 34.0.0rc4
2024-04-26T06:26:27.568757+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 34.0.0rc4
2024-04-26T06:26:24.528869+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 34.0.0rc4
2024-04-26T06:26:21.495350+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 34.0.0rc4
2024-04-26T06:26:18.503802+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 34.0.0rc4
2024-04-26T06:26:15.446016+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 34.0.0rc4
2024-04-26T06:26:12.372677+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 34.0.0rc4
2024-04-26T06:26:09.359090+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 34.0.0rc4
2024-04-26T06:26:04.828604+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 34.0.0rc4
2024-04-26T06:26:00.146634+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 34.0.0rc4
2024-04-26T06:25:57.367563+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 34.0.0rc4
2024-04-26T06:25:54.525615+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 34.0.0rc4
2024-04-26T06:25:51.628745+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 34.0.0rc4
2024-04-26T06:25:48.595025+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 34.0.0rc4
2024-04-26T06:25:45.680654+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 34.0.0rc4
2024-01-12T14:29:47.371824+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 34.0.0rc2
2024-01-12T14:29:43.711366+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 34.0.0rc2
2024-01-12T14:29:40.313217+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 34.0.0rc2
2024-01-12T14:29:36.747882+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 34.0.0rc2
2024-01-12T14:29:33.187343+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 34.0.0rc2
2024-01-12T14:29:29.779728+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 34.0.0rc2
2024-01-12T14:29:26.366781+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 34.0.0rc2
2024-01-12T14:29:22.569116+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 34.0.0rc2
2024-01-12T14:29:18.663939+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 34.0.0rc2
2024-01-12T14:29:15.251528+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 34.0.0rc2
2024-01-12T14:29:11.668578+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 34.0.0rc2
2024-01-12T14:29:08.073399+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 34.0.0rc2
2024-01-12T14:29:04.582177+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 34.0.0rc2
2024-01-12T14:28:59.207313+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 34.0.0rc2
2024-01-12T14:28:54.092443+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 34.0.0rc2
2024-01-12T14:28:50.886477+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 34.0.0rc2
2024-01-12T14:28:47.509375+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 34.0.0rc2
2024-01-12T14:28:43.673226+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 34.0.0rc2
2024-01-12T14:28:40.377950+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 34.0.0rc2
2024-01-12T14:28:37.106150+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 34.0.0rc2
2024-01-05T10:09:41.302483+00:00 Istio Importer Affected by VCID-6y3x-kyj7-aaaf None 34.0.0rc1
2024-01-05T10:09:37.799902+00:00 Istio Importer Affected by VCID-te2m-j4fe-aaaj None 34.0.0rc1
2024-01-05T10:09:34.407924+00:00 Istio Importer Affected by VCID-bktx-3fbw-aaag None 34.0.0rc1
2024-01-05T10:09:30.828050+00:00 Istio Importer Affected by VCID-wz85-a7wk-aaaj None 34.0.0rc1
2024-01-05T10:09:27.329696+00:00 Istio Importer Affected by VCID-ytys-pthg-aaam None 34.0.0rc1
2024-01-05T10:09:23.889003+00:00 Istio Importer Affected by VCID-h5gd-ykr6-aaag None 34.0.0rc1
2024-01-05T10:09:20.290872+00:00 Istio Importer Affected by VCID-djk7-dd9y-aaaf None 34.0.0rc1
2024-01-05T10:09:16.832565+00:00 Istio Importer Affected by VCID-rn3g-fz72-aaaa None 34.0.0rc1
2024-01-05T10:09:13.361709+00:00 Istio Importer Affected by VCID-tnym-eg8u-aaaj None 34.0.0rc1
2024-01-05T10:09:09.954228+00:00 Istio Importer Affected by VCID-areg-zn1d-aaaj None 34.0.0rc1
2024-01-05T10:09:06.390464+00:00 Istio Importer Affected by VCID-e3es-g515-aaac None 34.0.0rc1
2024-01-05T10:09:02.885593+00:00 Istio Importer Affected by VCID-v88p-ard2-aaaq None 34.0.0rc1
2024-01-05T10:08:59.568409+00:00 Istio Importer Affected by VCID-m38c-y5uy-aaag None 34.0.0rc1
2024-01-05T10:08:54.075409+00:00 Istio Importer Affected by VCID-2q3s-huh9-aaaq None 34.0.0rc1
2024-01-05T10:08:48.555937+00:00 Istio Importer Fixing VCID-2cyz-8huy-aaae None 34.0.0rc1
2024-01-05T10:08:45.179836+00:00 Istio Importer Fixing VCID-hp9r-e7uw-aaan None 34.0.0rc1
2024-01-05T10:08:42.033924+00:00 Istio Importer Fixing VCID-52xg-rf8u-aaam None 34.0.0rc1
2024-01-05T10:08:38.615291+00:00 Istio Importer Fixing VCID-av3y-xjr9-aaac None 34.0.0rc1
2024-01-05T10:08:35.226404+00:00 Istio Importer Fixing VCID-fw7c-6u9d-aaaa None 34.0.0rc1
2024-01-05T10:08:31.835634+00:00 Istio Importer Fixing VCID-u6b2-rfe9-aaaf None 34.0.0rc1