| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-21 | 1.1 kB | |
| v1.7.3 source code.tar.gz | 2025-10-21 | 44.3 kB | |
| v1.7.3 source code.zip | 2025-10-21 | 131.7 kB | |
| Totals: 3 Items | 177.1 kB | 0 | |
What's New in v1.7.3
This is a security update that addresses multiple CVEs by updating dependencies.
Security Fixes
🔒 Updated golang.org/x/tools to fix CVEs
Updated golang.org/x/tools from v0.0.0-20191109212701 (November 2019) to v0.38.0 (latest) to address multiple security vulnerabilities:
- CVE-2021-38561 - Fixed
- CVE-2019-9512 - Fixed
- CVE-2020-29652 - Fixed
Changes
- Updated
golang.org/x/toolsfrom 2019 version to v0.38.0 - Updated Go directive to 1.24.0 (with toolchain go1.24.5)
- Added indirect dependencies:
golang.org/x/modv0.29.0,golang.org/x/syncv0.17.0 - Fixed test code compatibility with stricter format string checking in newer x/tools
All tests pass with the updated dependencies.
Installation
:::bash
go install github.com/cweill/gotests/gotests@v1.7.3
Important Note
We recommend all users update to this version to ensure you have the latest security fixes.
Full Changelog: https://github.com/cweill/gotests/compare/v1.7.2...v1.7.3
Thanks to @testwill for identifying these security vulnerabilities!