Brian Ewins
Brian Ewins
In the output of `helm diff`: ``` Executing helm upgrade aws-efs-csi-driver aws-efs-csi-driver --version 2.4.1 --repo https://kubernetes-sigs.github.io/aws-efs-csi-driver --namespace aws-efs-csi-driver --values dev/us-east-1/apps/charts/aws-efs-csi-driver/values.yaml --values dev/us-east-1/apps/charts/aws-efs-csi-driver/build/dynamic_overrides.yaml --install --dry-run panic: runtime error: slice bounds out...
### Jenkins and plugins versions report Environment ```text Jenkins: 2.416 OS: Linux - 5.10.184-175.749.amzn2.x86_64 Java: 11.0.19 - Eclipse Adoptium (OpenJDK 64-Bit Server VM) --- ansicolor:1.0.2 ant:497.v94e7d9fffa_b_9 antisamy-markup-formatter:159.v25b_c67cd35fb_ apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5 artifactory:3.18.6 authentication-tokens:1.53.v1c90fd9191a_b_...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Package ecosystem pip ### Package manager version 24.0 ### Language version python 3.9...
The code here: https://github.com/jshttp/cookie/blob/master/index.js#L119-L125 ... tests cookie names and values against the field-content regex from RFC7230. Unfortunately, that's the wrong pattern; that's the regex for the whole header value, not...
fixes #165. Previously, validation on serialization used the field-content regexp from RFC7230 to perform all checks. However, that is the regexp for the cookie header as a whole, but each...