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

CVE-2022-1996 #183

Closed
dzhakhaya opened this issue Apr 10, 2023 · 3 comments
Closed

CVE-2022-1996 #183

dzhakhaya opened this issue Apr 10, 2023 · 3 comments

Comments

@dzhakhaya
Copy link

Hi!

We use your application in docker and found such a vulnerability when checking with a trivy scan.
Total: 1 (CRITICAL: 1)
┌────────────────────────────────┬───────────────┬──────────┬─────────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Installed Version │ Fixed Version │ Title │
├────────────────────────────────┼───────────────┼──────────┼─────────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ github.com/emicklei/go-restful │ CVE-2022-1996 │ CRITICAL │ v2.9.5+incompatible │ 2.16.0 │ │
└────────────────────────────────┴───────────────┴──────────┴─────────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

needs to be updated packeges, can you fix it?

@leventyalcin
Copy link
Contributor

I think this requires a little care and bump ups. I also scan for critical and high severities and these are the current vulnerabilities;

## github.com/emicklei/go-restful-v2.9.5+incompatible
CVE-2022-1996
## golang.org/x/net-v0.0.0-20220127200216-cd36cc0744dd
CVE-2022-27664
## golang.org/x/text-v0.3.7
CVE-2022-32149
## gopkg.in/yaml.v3-v3.0.0-20210107192922-496545a6307b
CVE-2022-28948

@nerdeveloper
Copy link
Member

Thank you, I am closing this.

@leventyalcin
Copy link
Contributor

Hi @nerdeveloper,

The PR seems to be merged. Thanks for that.

Do you mind creating a tag also? The new tag will create a new release and helm plugin install.... could install fixed version on our ends.

Cheers,

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