Michael R. Torres
Michael R. Torres
I ran into some dependency issues recently due to the `latest` image not reflecting what's in this repo. This change will make it so every commit to this repo generates...
There's three changes in this PR - let me know if you would prefer I break it up into three separate PRs. 1. Make redirect matching case-insensitive. Since the map...
Add a new resource definition for IAP tunnel destination groups and related IAM policies. Fixes https://github.com/hashicorp/terraform-provider-google/issues/17417 **Release Note Template for Downstream PRs (will be copied)** ```release-note:new-resource `google_iap_tunnel_dest_group` ```
Hi! Many, many years ago, when you hosted this in Google Code(?) and I was a teenager with little-to-no understanding of reverse engineering and how to properly give you credit,...
Passing null to `freeaddrinfo` is undefined behaviour. While glibc and uClibc both handle it safely, [musl does not](https://git.musl-libc.org/cgit/musl/tree/src/network/freeaddrinfo.c), so a bad nodename or servname causes a segfault. This change ensures...
## What is the purpose of the change This PR refactors the Java class deserialization checks into a separate class and applies the security checks on all deserialization paths. ##...