Skip to content

Commit 3b4defa

Browse files
committed
Review comments from the PR
1 parent 2c63807 commit 3b4defa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

deployment/build-s3-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ mv version.py version.py.org
116116
sed "s/%version%/$DIST_VERSION/g" version.py.org > version.py
117117

118118
echo "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

121121
echo "Build lambda distribution packaging"
122122
zip -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/*

0 commit comments

Comments
 (0)