Keerthan Ekbote
Keerthan Ekbote
**Describe the bug** [ValidateSchema::evaluate](https://github.com/SpiderLabs/ModSecurity/blob/4127c1bf52d2b30a5c2c3e641b8085fd9a720f43/src/operators/validate_schema.cc#L46) is not thread safe. It is setting member variables of `ValidateSchema`, in this case `m_parserCtx` when this variable is used only once in the function. This...
Addresses issue: https://github.com/Masterminds/sprig/issues/300
Currently, the `merge` function does not allow for merging lists, instead the merged in list overwrites the list. This feature request is for a new merge `mergeWithAppendSlice`, which concatenates two...
# Description Please include a summary of the changes. This bug fixes ... \ This new feature can be used to ... # Context Users ran into this bug doing...
### Gloo Edge Version 1.12.x (latest stable) ### Kubernetes Version 1.24.x ### Describe the bug Because plugins are now long living (after gloo v1.12.15), a single translator instance should not...
### Gloo Edge Version 1.12.x (latest stable) ### Kubernetes Version 1.24.x ### Describe the bug When backporting the change to instantiate plugins only once (https://github.com/solo-io/gloo/pull/7104), I needed to backport the...
### Gloo Edge Version 1.12.x (latest stable) ### Kubernetes Version 1.23.x ### Describe the bug - 1.12.8 - we are able to `kubectl rollout` a service and the endpoints propogate...
Removes bookinfo ambient integration tests and moves the necessary ones (such as waypoint template changes) to the baseline ambient tests. Addresses https://github.com/istio/istio/issues/46682
### Do you have a suggestion for code improvement or tracking existing technical debt? Please describe. This came up in a customer scenario where: ```gRPC config for [type.googleapis.com/envoy.config.route.v3.RouteConfiguration](http://type.googleapis.com/envoy.config.route.v3.RouteConfiguration) rejected: error...
When creating new isolates in multiple goroutines at the same time, I get the following crash message: ``` terminate called recursively terminate called after throwing an instance of '__gnu_cxx::recursive_init_error' what():...