mrparkers / terraform-provider-keycloak

Terraform provider for Keycloak
https://registry.terraform.io/providers/mrparkers/keycloak/latest/docs
MIT License
592 stars 291 forks source link

Update GO #959

Open AbrohamLincoln opened 2 months ago

AbrohamLincoln commented 2 months ago

There are several medium and high vulnerabilities in go 1.19.13:

CVE-2023-39318 CVE-2023-39319 CVE-2023-39323 CVE-2023-39326 CVE-2023-44487 CVE-2023-45285 CVE-2023-45287

Jonomir commented 2 months ago

Golang >= 1.20 includes a fix for MacOS split DNS that we are really waiting for. All other providers we use are fine with this, except this keycloak one.

See https://github.com/mrparkers/terraform-provider-keycloak/issues/837 for details

There is even a MR already that just needs to be approved https://github.com/mrparkers/terraform-provider-keycloak/pull/954