File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ 1.4.2] - 2023-01-11
88### Fixed
9- - Updated the version of certifi to 2022-12-07 to resolve vulnerability https://security.snyk.io /vuln/SNYK-PYTHON-CERTIFI-3164749
9+ - Upgrade certifi to mitigate [ CVE- 2022 -23491 ] ( https://nvd.nist.gov /vuln/detail/CVE-2022-23491 ) .
1010- Updated issues in bandit scan.
1111- Updated the CDK version 2.x
1212
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ mv version.py version.py.org
116116sed " s/%version%/$DIST_VERSION /g" version.py.org > version.py
117117
118118echo " Install all the python dependencies in the staging directory before packaging"
119- pip3 install -U -r $source_dir /lambda/requirements.txt -t $staging_dist_dir /lambda/
119+ pip install -U -r $source_dir /lambda/requirements.txt -t $staging_dist_dir /lambda/
120120
121121echo " Build lambda distribution packaging"
122122zip -q --recurse-paths ./instance-scheduler.zip version.txt main.py version.py configuration/* requesthandlers/* chardet/* urllib3/* idna/* requests/* schedulers/* util/* boto_retry/* models/* pytz/* certifi/*
You can’t perform that action at this time.
0 commit comments