File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
# modern version. We tested 2.6.1 to work.
12
12
# IMPORTANT: there's a known security issue (CVE-2023-29483) in dnspython<2.6.1
13
13
# as explained on https://www.dnspython.org/news/2.6.1/
14
- dnspython>=2.6.1;python_version >= "3"
14
+ dnspython>=2.6.1;python_version >= "3.7"
15
+ # NOTE: one should use a patched 2.x version e.g. from RHEL/Rocky 8 if on python3.6
16
+ dnspython<2.4;python_version > "3" and python_version < "3.7"
15
17
# NOTE: one should use a patched 1.x version e.g. from RHEL/Rocky 8 if on python2
16
18
dnspython<2;python_version < "3"
17
19
# NOTE: python-3.6 and earlier versions require older email-validator, whereas
Original file line number Diff line number Diff line change 11
11
# modern version. We tested 2.6.1 to work.
12
12
# IMPORTANT: there's a known security issue (CVE-2023-29483) in dnspython<2.6.1
13
13
# as explained on https://www.dnspython.org/news/2.6.1/
14
- dnspython >= 2.6.1 ;python_version >= "3"
14
+ dnspython >= 2.6.1 ;python_version >= "3.7"
15
+ # NOTE: one should use a patched 2.x version e.g. from RHEL/Rocky 8 if on python3.6
16
+ dnspython < 2.4 ;python_version > "3" and python_version < "3.7"
15
17
# NOTE: one should use a patched 1.x version e.g. from RHEL/Rocky 8 if on python2
16
18
dnspython < 2 ;python_version < "3"
17
19
# NOTE: python-3.6 and earlier versions require older email-validator, whereas
You can’t perform that action at this time.
0 commit comments