Skip to content
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

update golang.org/x/text dependency to 0.3.8 #1655

Closed
nfedyk opened this issue Oct 18, 2022 · 7 comments
Closed

update golang.org/x/text dependency to 0.3.8 #1655

nfedyk opened this issue Oct 18, 2022 · 7 comments

Comments

@nfedyk
Copy link

nfedyk commented Oct 18, 2022

Consul Template version 0.29.2

Expected behavior

No CVE's

Actual behavior

Found CVE's

Steps to reproduce

trivy image --security-checks vuln hashicorp/consul-template:0.29.5

Output

/usr/bin/consul-template (gobinary)
=====================================
Total: 1 (MEDIUM: 0, HIGH: 1, CRITICAL: 0)

+-------------------+------------------+----------+-------------------+---------------+---------------------------------------+
|      LIBRARY      | VULNERABILITY ID | SEVERITY | INSTALLED VERSION | FIXED VERSION |                 TITLE                 |
+-------------------+------------------+----------+-------------------+---------------+---------------------------------------+
| [golang.org/x/text](http://golang.org/x/text) | CVE-2022-32149   | HIGH     | v0.3.7            | 0.3.8         | golang: [golang.org/x/text/language:](http://golang.org/x/text/language:)   |
|                   |                  |          |                   |               | ParseAcceptLanguage takes a           |
|                   |                  |          |                   |               | long time to parse complex tags       |
|                   |                  |          |                   |               | -->[avd.aquasec.com/nvd/cve-2022-32149](http://avd.aquasec.com/nvd/cve-2022-32149) |
+-------------------+------------------+----------+-------------------+---------------+---------------------------------------+```
@eikenb
Copy link
Contributor

eikenb commented Oct 18, 2022

This is already fixed on HEAD. It is a DOS issue that only impacts parsing http headers which consul-template is not vulnerable to.

@eikenb eikenb closed this as completed Oct 18, 2022
@noorul
Copy link

noorul commented Nov 11, 2022

@eikenb Can we make a release? I know that this might not be directly used but it is hard to explain this to others. The weekly report shows this.

@eikenb
Copy link
Contributor

eikenb commented Nov 14, 2022

@noorul .. I'll see what I can do.

@noorul
Copy link

noorul commented Nov 16, 2022

@eikenb Thank you!

@noorul
Copy link

noorul commented Nov 28, 2022

@eikenb Gentle reminder!

@eikenb
Copy link
Contributor

eikenb commented Nov 30, 2022

It's away!

@noorul
Copy link

noorul commented Dec 1, 2022

Great! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants