File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
66# define array of packages for pinning to the patched versions
77# vulnerable_packages=( "package1=version1" "package2=version2" "package3=version3" )
8- vulnerable_packages=( " cryptography=44.0.1" )
8+ vulnerable_packages=( " cryptography=44.0.1" " requests=2.32.4 " " urllib3=2.5.0 " )
99
1010# Define the number of rows (based on the length of vulnerable_packages)
1111rows=${# vulnerable_packages[@]}
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.1.8 " ,
2+ "version" : " 1.1.9 " ,
33 "build" : {
44 "latest" : true ,
55 "rootDistro" : " debian" ,
Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ check "usr-local-etc-config-does-not-exist" test ! -f "/usr/local/etc/gitconfig"
2121checkPythonPackageVersion " cryptography" " 44.0.1"
2222checkPythonPackageVersion " setuptools" " 65.5.1"
2323checkPythonPackageVersion " wheel" " 0.38.1"
24- checkPythonPackageVersion " urllib3" " 2.2.2 "
24+ checkPythonPackageVersion " urllib3" " 2.5.0 "
2525
2626checkCondaPackageVersion " cryptography" " 44.0.1"
2727checkCondaPackageVersion " setuptools" " 65.5.1"
2828checkCondaPackageVersion " wheel" " 0.38.1"
29- checkCondaPackageVersion " requests" " 2.32.0 "
30- checkCondaPackageVersion " urllib3" " 1.26.17 "
29+ checkCondaPackageVersion " requests" " 2.32.4 "
30+ checkCondaPackageVersion " urllib3" " 2.5.0 "
3131checkCondaPackageVersion " idna" " 3.7"
3232checkCondaPackageVersion " tqdm" " 4.66.4"
3333checkCondaPackageVersion " certifi" " 2024.7.4"
You can’t perform that action at this time.
0 commit comments