Simple File Manager For Amazon Efs Versions Save

Serverless web application to manage data in your Amazon EFS Filesystem

v1.5.6

2 months ago

Fixed

  • Updated axios sub-dependency to use v0.28.0 to resolve security vulnerabilities:

    • [CVE-2023-45857]
    • [CVE-2024-28849]
    • [CVE-2023-26159]
  • Re-generated package-lock to resolve security vulnerabilities:

    • [CVE-2024-29180]
    • [CVE-2023-42282]
    • [CVE-2024-29041]

v1.5.5

7 months ago

Fixed:

  • Updated crypto.js dependency to fix security vulnerabilities [CVE-2023-46233]
  • Updated react-dev-tools dependency to fix security vulnerabilities [CVE-2023-5654]
  • Update urllib3 dependency to v1.26.18

v1.5.4

7 months ago

Fixed:

  • Fixing Security Vulnerabilities

v1.5.3

8 months ago

Bug Fixes:

  • Merge Website Bucket policy statements to prevent deployment failures on policy creation slowdowns
  • Remove uneeded exit in Unit test script
  • Added downline dependencies to NOTICE.txt

Security:

  • Upgrade Node version to 18
  • Upgrade Python runtime to 3.11
  • Update NPM packages to fix vulnerabilities

v1.5.2

1 year ago

Bug Fixes:

  • elasticfilesystem:TagResource permission added to Manager Lambda
  • Urllib3 downgraded to < v2

v1.5.1

1 year ago

Security:

  • Enable versioning/encryption on logging bucket

Bug Fixes:

  • Enable Amazon S3 ACLs on logging bucket
  • Include package-lock.json to prevent incompatibilities with future package versions

v1.5.0

1 year ago

New:

  • Paginated response for list filesystems that allows greater than 10 EFS filesystems to be displayed
  • AppRegistry Integration
  • File manager lambda creation now checks for valid security group rules

Changes:

  • Code refactoring to reduce cognitive complexity
  • Buildspec upgrades
  • Unit tests to 80% overall coverage

Documentation:

  • Misc documentation

v1.4.1

1 year ago

Changed

  • Python version bump to handle 3.6 EOL

v1.4.0

2 years ago

This is the first release of this project as an official AWS Solutions Implementation. You can find the details here: https://aws.amazon.com/solutions/

  • General bug fixes
  • Code refactoring to support pylint
  • cfn-lint / bandit code cleanup
  • Misc documentation

v1.3.0-beta

3 years ago

New:

  • Add delete functionality for SFM created resources #115

Security:

  • IAM permissions scoped down #114

Documentation:

Diagrams from previous update

  • Detailed architecture diagram #1
  • Simplified architecture diagram #1
  • Security sequence diagram #1