Skip to content

Releases: aws-solutions/account-assessment-for-aws-organizations

v1.0.15

29 Oct 14:35
fbc27a6
Compare
Choose a tag to compare

[1.0.15] - 2024-10

Changed

  • Updated dependencies to mitigate CVE-2024-21536
  • Add poetry.lock to pin dependency versions for Python code
  • Adapt build scripts to use Poetry for dependency management

v1.0.14

17 Oct 20:54
f2a448e
Compare
Choose a tag to compare

[1.0.14] - 2024-10

Changed

  • Remove dependencies bootstrap and datefns
  • Allow backend to accept uppercase http headers, to prevent errors when receiving uppercase Content-type
  • Replace pip3/requirements.txt dependency management with Poetry

Added

  • Add poetry.lock file to support reproducible builds, improve vulnerability scanning

v1.0.13

26 Sep 16:35
a49f15a
Compare
Choose a tag to compare

[1.0.13] - 2024-9

v1.0.12

19 Sep 15:34
f4953d2
Compare
Choose a tag to compare

[1.0.12] - 2024-9

Fixed

path-to-regexp to mitigate CVE-2024-45296

v1.0.11

16 Sep 17:32
0551f51
Compare
Choose a tag to compare

[1.0.11] - 2024-9

Fixed

  • Added support for keys aws:SourceOrgID, aws:SourceOrgPaths in policy conditions

Updated dependencies

v1.0.10

19 Aug 17:45
213fe18
Compare
Choose a tag to compare

[1.0.10] - 2024-8

v1.0.9

02 Aug 15:32
0781d77
Compare
Choose a tag to compare

[1.0.9] - 2024-08

Security

Fixed

  • When scan fails for a certain S3 bucket, the solution will no longer fail the scan for all S3 buckets in the account.
    The failed buckets will be reported as individual failures with bucket name in on the solution UI, while scan results
    for all other buckets will be reported successfully.

v1.0.8

21 Jun 16:04
52499cd
Compare
Choose a tag to compare

Fixed

  • Updated package versions to resolve security vulnerabilities.

v1.0.7

17 Jun 16:21
9333d49
Compare
Choose a tag to compare

Fixed

  • Updated package versions to resolve security vulnerabilities.

v1.0.6

02 Apr 21:34
e0bed63
Compare
Choose a tag to compare

Fixed

  • Updated package versions to resolve security vulnerabilities.
  • Pinned boto3 and botocore versions to ~1.34.0