Skip to content

Commit c599963

Browse files
authored
Updating cryptography for CVE-2020-36242 (#459)
1 parent 008ebce commit c599963

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

base/debian-10/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ cp apt_inst.cpython-37m-${ARCH}-linux-gnu.so apt_inst.so
6161
rm -rf /tmp/python3-apt
6262
# Install splunk-ansible dependencies
6363
cd /
64-
pip -q --no-cache-dir install six wheel requests ansible jmespath --upgrade
64+
pip -q --no-cache-dir install six wheel requests cryptography==3.3.2 ansible jmespath --upgrade
6565
# Remove tests packaged in python libs
6666
find /usr/lib/ -depth \( -type d -a -not -wholename '*/ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf '{}' \;
6767
find /usr/lib/ -depth \( -type f -a -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) -exec rm -rf '{}' \;

base/debian-9/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ cp apt_inst.cpython-35m-x86_64-linux-gnu.so apt_inst.so
5858
rm -rf /tmp/python3-apt
5959
# Install splunk-ansible dependencies
6060
cd /
61-
pip -q --no-cache-dir install six wheel requests ansible jmespath --upgrade
61+
pip -q --no-cache-dir install six wheel requests cryptography==3.3.2 ansible jmespath --upgrade
6262
# Remove tests packaged in python libs
6363
find /usr/lib/ -depth \( -type d -a -not -wholename '*/ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf '{}' \;
6464
find /usr/lib/ -depth \( -type f -a -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) -exec rm -rf '{}' \;

base/redhat-8/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ln -sf /usr/bin/python${PY_SHORT} /usr/bin/python
4545
ln -sf /usr/bin/pip${PY_SHORT} /usr/bin/pip
4646
# Install splunk-ansible dependencies
4747
cd /
48-
pip -q --no-cache-dir install six wheel requests ansible jmespath --upgrade
48+
pip -q --no-cache-dir install six wheel requests cryptography==3.3.2 ansible jmespath --upgrade
4949
# Remove tests packaged in python libs
5050
find /usr/lib/ -depth \( -type d -a -not -wholename '*/ansible/plugins/test' -a \( -name test -o -name tests -o -name idle_test \) \) -exec rm -rf '{}' \;
5151
find /usr/lib/ -depth \( -type f -a -name '*.pyc' -o -name '*.pyo' -o -name '*.a' \) -exec rm -rf '{}' \;

0 commit comments

Comments
 (0)