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

Addressing security vulnerabilities #774

Merged
merged 4 commits into from
Jul 26, 2021

Conversation

saedx1
Copy link
Contributor

@saedx1 saedx1 commented May 27, 2021

Fixes Or Enhances

Addresses the following security vulnerabilities (found by running trivy):

Total: 4 (UNKNOWN: 2, LOW: 0, MEDIUM: 1, HIGH: 1, CRITICAL: 0)

+---------------------+------------------+----------+-----------------------------------+------------------------------------+---------------------------------------+
|       LIBRARY       | VULNERABILITY ID | SEVERITY |         INSTALLED VERSION         |           FIXED VERSION            |                 TITLE                 |
+---------------------+------------------+----------+-----------------------------------+------------------------------------+---------------------------------------+
| golang.org/x/crypto | CVE-2020-29652   | HIGH     | 0.0.0-20200622213623-75b288015ac9 | v0.0.0-20201216223049-8b5274cf687f | golang: crypto/ssh: crafted           |
|                     |                  |          |                                   |                                    | authentication request can            |
|                     |                  |          |                                   |                                    | lead to nil pointer dereference       |
|                     |                  |          |                                   |                                    | -->avd.aquasec.com/nvd/cve-2020-29652 |
+---------------------+------------------+----------+-----------------------------------+------------------------------------+---------------------------------------+
| gopkg.in/yaml.v2    | CVE-2019-11254   | MEDIUM   | 2.2.2                             | v2.2.8                             | kubernetes: Denial of                 |
|                     |                  |          |                                   |                                    | service in API server via             |
|                     |                  |          |                                   |                                    | crafted YAML payloads by...           |
|                     |                  |          |                                   |                                    | -->avd.aquasec.com/nvd/cve-2019-11254 |
+                     +------------------+----------+                                   +------------------------------------+---------------------------------------+
|                     | GMS-2019-2       | UNKNOWN  |                                   | v2.2.3                             | XML Entity Expansion                  |
+                     +------------------+          +                                   +                                    +---------------------------------------+
|                     | GO-2021-0061     |          |                                   |                                    |                                       |
+---------------------+------------------+----------+-----------------------------------+------------------------------------+---------------------------------------+

Make sure that you've checked the boxes below before you submit PR:

  • Tests exist or have been written that cover this particular change.

@go-playground/validator-maintainers

@saedx1
Copy link
Contributor Author

saedx1 commented Jul 9, 2021

@deankarn I think this is good to get workflow runs approval. After your master merge into it, I had to run go mod tidy to make the workflow pass (tried it on a PR against the fork). Thanks a lot for bringing attention back to this.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 75.378% when pulling 350cdcc on saedx1:fix_security_vulnerabilities into 65bb123 on go-playground:master.

@deankarn deankarn merged commit f1befad into go-playground:master Jul 26, 2021
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

Successfully merging this pull request may close these issues.

3 participants