[19.03 backport] Update DNS library#40617
[19.03 backport] Update DNS library#40617AkihiroSuda merged 1 commit intomoby:19.03from SamWhited:19.03
Conversation
|
Don't merge this one yet; looks like there's a regression; #40634 (comment) |
|
@thaJeztah: hi! Looks like this is up to date on the action items from #40596 (comment). Should be good to go. |
|
looks like there's a merge conflict; @SamWhited can you rebase and remove the temporary commit? |
|
@thaJeztah Rebased, tests running. |
|
could you update the commit once more to include moby/libnetwork#2541 ? |
|
Done |
|
Test failures appear to exist in |
|
Networking in CI has quite some issues recently. No idea what changed tbh |
|
@thaJeztah can this be merged or do we need to figure out the CI flakiness first? |
|
I see some evidence of network connectivity problems from the build worker in the build logs:
|
|
@thaJeztah I think it's at least worth kicking off the build again. The last runs were a week ago and if there were networking problems for the builder they may have been resolved. |
This makes sure that we don't become vulnerable to CVE-2018-17419 or CVE-2019-19794 in the future. While we are not currently vulnerable to either, there is a risk that a PR could be made which uses one of the vulnerable methods in the future, so it's worth going ahead and updating to ensure that a simple PR that would easily pass code review doesn't lead to a vulnerability. Signed-off-by: Sam Whited <[email protected]>
|
Reran CI, it's green now. |
|
@cpuguy83 @AkihiroSuda good to go? |
This makes sure that we don't become vulnerable to CVE-2018-17419 or
CVE-2019-19794 in the future.
This is a cherry-pick of #40579 using the correct
bump_19.03libnetwork branch.Signed-off-by: Sam Whited [email protected]