We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The go team has fixed the vulnerability CVE-2022-32149 in v0.3.8 of golang.org/x/text here: golang/go#56152
It would be good to upgrade that indirect dep in this project, because security scanners are starting to report it to us:
usr/local/bin/yq (gobinary) Total: 1 (HIGH: 1, CRITICAL: 0) ┌───────────────────┬────────────────┬──────────┬───────────────────┬───────────────┬─────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Installed Version │ Fixed Version │ Title │ ├───────────────────┼────────────────┼──────────┼───────────────────┼───────────────┼─────────────────────────────────────────────────────────┤ │ golang.org/x/text │ CVE-2022-32149 │ HIGH │ v0.3.7 │ 0.3.8 │ golang: golang.org/x/text/language: ParseAcceptLanguage │ │ │ │ │ │ │ takes a long time to parse complex tags │ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2022-32149 │ └───────────────────┴────────────────┴──────────┴───────────────────┴───────────────┴─────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Fixed in v4.30.6
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The go team has fixed the vulnerability CVE-2022-32149 in v0.3.8 of golang.org/x/text here: golang/go#56152
It would be good to upgrade that indirect dep in this project, because security scanners are starting to report it to us:
The text was updated successfully, but these errors were encountered: