Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
7.0.0, 8.0.0
Description
The packges under github.com/apache/arrow/go currently have a dependency on github.com/stretchr/testify v1.7.0 which has a dependency on gopkg.in/yaml.v3 that has an outstanding security vulnerability. (CVE-2022-28948)
While testify is only used during tests, this is not distinguished by the go toolchain and other tools like Snyk which scan the dependency chain for vulnerabilities. Unfortunately, due to Go's Minimal version selection this ends up requiring us to visit our dependencies to ensure this security vulnerability is addressed.