-
Notifications
You must be signed in to change notification settings - Fork 25
Please recompile with a newer version of stdlib + golang.org/x/crypto #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Friendly nudge @tomcnolan |
Thanks @erickpeirson we will look into this. Closing this PR. |
@erickpeirson Thanks for working on this! Is there a way to know when the new version with the fix is rolled out? Apparently 20.0.0.21 released on Dec 12 doesn't fix it yet. Maybe if Github Issues was allowed in this repo it would be simpler to track this type of issue. |
Our next build is likely to be in January 2025. Just FYI, the Teradata Python driver and GoSQL driver do not use any of the APIs affected by the CVEs listed above. |
@tomcnolan appreciate that. The reality is that enterprise security teams don't really care whether the software is impacted in fact; just that their vulnerability scanner is flagging. What this will mean for software that uses |
Hey @tomcnolan, happy new year! Touching base on the issues above. We upgraded to Do you have a sense of when these might be addressed? Appreciate your help! |
We are waiting for: which is being shipped to Go 1.23.5 https://github.com/golang/go/milestone/379?closed=1 We will be able to proceed after Go 1.23.5 is available. |
We shipped Teradata SQL Driver for Python 20.0.0.23 which is built with Go 1.23.5 and golang.org/x/crypto v0.32.0 |
@tomcnolan Really appreciate it! This cleared the CVEs mentioned above. In the future, is there a better way to reach you than opening fake PRs? ;-) Thoughts on opening the Issues feature on the repo? Thanks again! |
@erickpeirson Sorry, no, we have no plans to enable the Issues tab on the repo. We do not intend to use GitHub as a support channel, and we want to avoid fake PRs for support. Our intended support channels are listed in the Python driver README: |
Hey folks; the latest version of
teradatasql
20.0.0.20 (specifically the artifactsteradatasql.dylib
andteradatasql.so
) was compiled againststdlib
version 1.22.4. This version ofstdlib
is affected by the following vulnerabilities:That library also includes the Go dependency
golang.org/x/crypto
version 0.24.0, which is subject to the following vulnerability:Many vulnerability scanners score these as "high severity," which means that enterprise users will have difficulty availing themselves of this library in secure environments.
Would it be possible to release a fresh build against:
stdlib
version 1.22.7 or newergolang.org/x/crypto
version 0.31.0 or newerThanks in advance!