Skip to content

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

v1.1.3

04 Aug 20:13
1969843
Compare
Choose a tag to compare

[1.1.3] - 2025-08-04

Changed

  • CDK and aws-cdk-lib version bump
  • Updated TTL for Policy DynamoDB records to 1 day

Security

[1.1.2] - 2025-05-22

22 May 14:56
9efd24e
Compare
Choose a tag to compare

[1.1.2] - 2025-05-19

Added

  • Input validation for Cfn parameter "Deployment Namespace"
  • Point in time recovery to DynamoDB tables

Fixed

  • Stack deletion no longer fails if Cognito User Pool has been deleted before
  • StepFunction no longer fails when scanning large numbers of accounts due to service limit inb step output size

Removed

  • "Delete Job" feature
  • AppRegistry integration

Changed

[1.1.1] - 2025-02-10

06 Feb 16:59
eb194bd
Compare
Choose a tag to compare

Changed

[1.1.0] - 2025-01

29 Jan 19:36
b18690e
Compare
Choose a tag to compare

Added

  • Daily policy scan via EventBridge Rule / Step Function that records all found policies in DynamoDB
  • PolicyExplorer page on the UI
  • Ability to export all result tables as .csv
  • Support for policy scans in AWS services: AWS RAM, EventBridge Schemas, AWS Systems Manager Incident Manager Contacts,
    Redshift, ACM-PCA and Lex v2
  • Support for Service Control Policies

Changed

  • Deprecated Resource Based Policy module in favor of Policy Explorer. Data from previous Resource Based Policy scans
    can still be viewed, but cannot start new scans.
  • Upgraded Amplify library from v5 to v6
  • Upgraded mock-service-worker library from v1 to v2
  • Upgraded from create-react-app to vite

Fixed

  • Make handling of 'content-type' request header case-insensitive to be more resilient to API Gateway service changes
  • API error responses are now displayed on the UI properly, no longer disguised as CORS problems

[1.0.16] - 2024-11

27 Nov 19:12
b429bbf
Compare
Choose a tag to compare

Changed

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