File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ # vulnerablities
4
+ # cryptography - [GHSA-h4gh-qq45-vh27]
5
+
3
6
# define array of packages for pinning to the patched versions
4
7
# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
5
- vulnerable_packages=( " tqdm=4.66.4" " requests=2.32.0" " urllib3=2.2.2" " certifi=2024.7.4" )
8
+ vulnerable_packages=( " tqdm=4.66.4" " requests=2.32.0" " urllib3=2.2.2" " certifi=2024.7.4" " cryptography=43.0.1 " )
6
9
7
10
# Define the number of rows (based on the length of vulnerable_packages)
8
11
rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ check "gitconfig-contains-name" sh -c "cat /etc/gitconfig | grep 'name = devcont
18
18
19
19
check " usr-local-etc-config-does-not-exist" test ! -f " /usr/local/etc/gitconfig"
20
20
21
- checkPythonPackageVersion " cryptography" " 42 .0.4 "
21
+ checkPythonPackageVersion " cryptography" " 43 .0.1 "
22
22
checkPythonPackageVersion " setuptools" " 65.5.1"
23
23
checkPythonPackageVersion " wheel" " 0.38.1"
24
24
checkPythonPackageVersion " urllib3" " 2.2.2"
25
25
26
- checkCondaPackageVersion " cryptography" " 42 .0.4 "
26
+ checkCondaPackageVersion " cryptography" " 43 .0.1 "
27
27
checkCondaPackageVersion " setuptools" " 65.5.1"
28
28
checkCondaPackageVersion " wheel" " 0.38.1"
29
29
checkCondaPackageVersion " requests" " 2.32.0"
You can’t perform that action at this time.
0 commit comments