NirShaharabani / WStest

WS playground
0 stars 0 forks source link

Update dependency dnspython to v2.6.0 #37

Open mend-for-github-com[bot] opened 5 months ago

mend-for-github-com[bot] commented 5 months ago

This PR contains the following updates:

Package Update Change
dnspython minor ==2.0.0 -> ==2.6.0

By merging this PR, the issue #34 will be automatically resolved and closed:

Severity CVSS Score CVE
High High 7.0 CVE-2023-29483

Release Notes

rthalley/dnspython (dnspython) ### [`v2.6.0`](https://togithub.com/rthalley/dnspython/releases/tag/v2.6.0): dnspython 2.6.0 [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.5.0...v2.6.0) See [What's New](https://dnspython.readthedocs.io/en/latest/whatsnew.html) for details. This release addresses the potential DoS issue discussed in the "TuDoor" paper (CVE-2023-29483). The dnspython stub resolver is vulnerable to a potential DoS if a bad-in-some-way response from the right address and port forged by an attacker arrives before a legitimate one on the UDP port dnspython is using for that query. In this situation, dnspython might switch to querying another resolver or give up entirely, possibly denying service for that resolution. This release addresses the issue by adopting the recommended mitigation, which is ignoring the bad packets and continuing to listen for a legitimate response until the timeout for the query has expired. Thank you to all the contributors to this release, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington. ### [`v2.5.0`](https://togithub.com/rthalley/dnspython/releases/tag/v2.5.0): dnspython 2.5.0 [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.4.2...v2.5.0) See the [What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) page for a summary of this release. Thanks to all the contributors, and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington. ### [`v2.4.2`](https://togithub.com/rthalley/dnspython/releases/tag/v2.4.2): dnspython 2.4.2 [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.4.1...v2.4.2) This is a bug fix release, see the [What's New](https://dnspython.readthedocs.io/en/stable/whatsnew.html) page in the documentation for a summary. Thanks to the people who reported the bugs and, as usual, thanks to my co-maintainers: Tomáš Křížek, Petr Špaček, and Brian Wellington. ### [`v2.4.1`](https://togithub.com/rthalley/dnspython/compare/v2.4.0...v2.4.1) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.4.0...v2.4.1) ### [`v2.4.0`](https://togithub.com/rthalley/dnspython/compare/v2.3.0...v2.4.0) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.3.0...v2.4.0) ### [`v2.3.0`](https://togithub.com/rthalley/dnspython/compare/v2.2.1...v2.3.0) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.2.1...v2.3.0) ### [`v2.2.1`](https://togithub.com/rthalley/dnspython/compare/v2.2.0...v2.2.1) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://togithub.com/rthalley/dnspython/compare/v2.1.0...v2.2.0) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.1.0...v2.2.0) ### [`v2.1.0`](https://togithub.com/rthalley/dnspython/compare/v2.0.0...v2.1.0) [Compare Source](https://togithub.com/rthalley/dnspython/compare/v2.0.0...v2.1.0)