File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33# define array of packages for pinning to the patched versions
44# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
5- vulnerable_packages=( " tqdm=4.66.4" )
5+ vulnerable_packages=( " tqdm=4.66.4" " requests=2.32.0 " " urllib3=2.2.2 " )
66
77# Define the number of rows (based on the length of vulnerable_packages)
88rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121checkPythonPackageVersion " cryptography" " 42.0.4"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
24+ checkPythonPackageVersion " urllib3" " 2.2.2"
2425
2526checkCondaPackageVersion " cryptography" " 42.0.4"
2627checkCondaPackageVersion " setuptools" " 65.5.1"
2728checkCondaPackageVersion " wheel" " 0.38.1"
28- checkCondaPackageVersion " requests" " 2.31 .0"
29+ checkCondaPackageVersion " requests" " 2.32 .0"
2930checkCondaPackageVersion " urllib3" " 1.26.17"
3031checkCondaPackageVersion " idna" " 3.7"
3132checkCondaPackageVersion " tqdm" " 4.66.4"
You can’t perform that action at this time.
0 commit comments