Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #57 from aws-solutions/release/v1.2.2
Browse files Browse the repository at this point in the history
Release v1.2.2
  • Loading branch information
alesnarx authored Oct 25, 2023
2 parents 633bd81 + 5fdafb6 commit 244ee7a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.2.1] - 2023-08-15

- [Fix vulnerability alerts in v1.2.0 reported by Dependabot [#55](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/issues/55)]
- [Dependabot: Unintended leak of Proxy-Authorization header in requests [#50](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/security/dependabot/2) [#51](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/security/dependabot/1) [#52](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/security/dependabot/3) [#53](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/security/dependabot/4) [#54](https://github.com/aws-solutions/data-connectors-for-aws-clean-rooms/security/dependabot/5)]
- Upgrade ``requests`` library to version 2.31.0 to fix vulnerability reported by Dependabot
- Modify Access logging bucket object ownership to Bucket owner preferred
- Add SQS-managed encryption to SQS queue in the solution
- Add new constant for duplicated IAM message string

## [1.2.2] - 2023-10-23

- Upgrade ``avro`` library to version 1.11.3 to fix vulnerability reported by Dependabot
- Upgrade ``urllib3`` to version 1.26.18 to solve the security vulnerabilities
4 changes: 2 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This software includes third party software subject to the following copyrights:
PyYAML 6.0 MIT License
Werkzeug 2.1.2 BSD License
attrs 22.1.0 MIT License
avro 1.11.1 Apache Software License
avro 1.11.3 Apache Software License
aws-cdk-lib 2.51.0 Apache-2.0
aws-cdk.asset-awscli-v1 2.2.11 Apache-2.0
aws-cdk.asset-kubectl-v20 2.1.1 Apache-2.0
Expand Down Expand Up @@ -79,7 +79,7 @@ This software includes third party software subject to the following copyrights:
tomli 2.0.1 MIT License
typeguard 2.13.3 MIT License
typing_extensions 4.4.0 Python Software Foundation License
urllib3 1.26.12 MIT License
urllib3 1.26.18 MIT License
websocket-client 1.4.2 Apache Software License
wrapt 1.14.1 BSD License
xmltodict 0.13.0 MIT License
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests>=2.31.0
crhelper==2.0.6
urllib3<2
urllib3>=1.26.18, <2.0.0
2 changes: 1 addition & 1 deletion source/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
avro==1.11.1
avro==1.11.3
wheel
black
boto3
Expand Down

0 comments on commit 244ee7a

Please sign in to comment.