rcanavan
rcanavan
The matches for JavaScript on.* generate a few false positives, e.g. with cookies that contain base64-encoded md5sums, e.g. `Cookie: foo=...ZQ/ONSQg==`. The vast majority of those false positives could be prevented...
RFC 7320 permits a number of "special" characters in the field-name of header fields, including both minus (-) and underscore (_): ``` header-field = field-name ":" OWS field-value OWS field-name...
Yesterday, 4 (out of 12) of our production servers stopped responding within about 20 minutes of each other. On all four, all php-fpm processes that I have inspected were stuck...
While attempting to reproduce an issue in our own PHP extension using valgrind, I've stumbled upon a bunch of complaints regarding php_var_unserialize_internal() as called via apc_cache_fetch() etc. The test involved...
Some IAM Roles that are created (possibly by terraform) while spinning up an EKS cluster aren't deleted by aws-nuke. - default-eks-node-group-2023102713260593560000000c - eks-XXXX-aws-for-fluent-bit - eks-XXXX-aws-load-balancer-controller - eks-XXXX-cloudwatch-agent - eks-XXXX-ebs-csi -...
## Proposed Changes When accidentally contacting a HTTP server instead of an fcgi server, Socket::readPacket() can turn into an infinite loop. This change implements a rudimentary check that the server...
We would like to switch to the official openresty packages instead of compiling it ourselves. However, we would like to use brotli content-encoding for performance reasons. So far, I've not...
We're trying to reduce AWS EC2 costs by reducing the number of nodes to 0 automatically during times the enter cluster is not needed using an autoscaling_schedule (see e.g. https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_schedule)....