Agustin Bettati

Results 6 issues of Agustin Bettati

**Describe the bug** There is currently an [indirect dependency](https://github.com/gruntwork-io/terratest/blob/master/go.mod#L125) to a vulneranable and unmaintained module github.com/satori/go.uuid v1.2.0. More details on vulnerability can be found here: - https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSATORIGOUUID-72488 CVE-2021-3538 **Expected behavior**...

bug

## Description We have this action in our [CFN repository](https://github.com/mongodb/mongodbatlas-cloudformation-resources/blob/master/.github/workflows/code-health.yaml#L51) but was missing here. ## Type of change: - [ ] Bug fix (non-breaking change which fixes an issue). Please,...

not_stale

**Problem statement** We have a [PR check](https://github.com/mongodb/mongodbatlas-cloudformation-resources/actions/runs/7707274353/job/21054297685?pr=889) that is currently failing as it detects there is a vulnerability in the version that is being updated. This however does not seem...

bug

## Description of the bug I have been looking into managing hoverfly from my Go tests directly. In the documentation I do not see any official mention for a Go...

## Description Link to any related issue(s): CLOUDP-237334 and https://github.com/mongodb/terraform-provider-mongodbatlas/issues/2013 Changes that are included: - Fixes documentation of the resource, specifically 2 important attributes (`storage_databases` `storage_stores`) are defined as exported...

bug

### Command being run ```cfn test --function-name TestEntrypoint --verbose``` ### Version ```cfn 0.2.35``` ### Resource type schema ``` { ... "definitions": { "ApiSearchDeploymentSpec": { "type": "object", "properties": { "InstanceSize": {...