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 version for telemetry build in sonic-slave-buster to fix CVE-2021-33195 #14617

Closed
wants to merge 1 commit into from
Closed

Conversation

FengPan-Frank
Copy link
Contributor

@FengPan-Frank FengPan-Frank commented Apr 12, 2023

Update golang version for telemetry build in sonic-slave-buster to fix CVE-2021-33195

Why I did it

Go before 1.15.13 and 1.16.x before 1.16.5 has functions for DNS lookups that do not validate replies from DNS servers, and thus a return value may contain an unsafe injection (e.g., XSS) that does not conform to the RFC1035 format. Now in 202012 branch we're using 1.14.2

Work item tracking
  • Microsoft ADO: 17727291

How I did it

Bump golang version into 1.15.15 which contains corresponding fix.

How to verify it

unit test to do sanity check.

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211

Tested branch (Please provide the tested image version)

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@FengPan-Frank
Copy link
Contributor Author

Move into #14637 instead.

@FengPan-Frank FengPan-Frank deleted the fenpan_202012 branch April 17, 2023 08:02
@FengPan-Frank FengPan-Frank restored the fenpan_202012 branch April 26, 2023 08:28
@FengPan-Frank
Copy link
Contributor Author

reopen this since cherrypick hit failure on #14637

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