You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
8
+
## [1.5.16] - 2025-06-09
9
+
### Security
10
+
11
+
- Bump `http-proxy-middleware` to `2.0.9` to resolve CVE [CVE-2025-32996](https://avd.aquasec.com/nvd/2025/cve-2025-32996/)
12
+
- Added `webpack-dev-server` override to mitigate [CVE-2025-30359](https://avd.aquasec.com/nvd/2025/cve-2025-30359/) & [CVE-2025-30360](https://avd.aquasec.com/nvd/2025/cve-2025-30360/)
13
+
14
+
### Removed
15
+
16
+
-`aws-sdk` due to no direct usage and upcoming v2 end of support.
17
+
7
18
## [1.5.15] - 2025-04-09
19
+
8
20
### Security
21
+
9
22
- Bump child dependencies
10
23
11
24
## [1.5.14] - 2025-03-14
12
-
### Security:
25
+
26
+
### Security
27
+
13
28
- Upgrade axios to `1.8.2` to resolve CVE [CVE-2025-27152](https://avd.aquasec.com/nvd/2025/cve-2025-27152/)
14
29
15
30
## [1.5.13] - 2025-02-06
16
-
### Security:
31
+
32
+
### Security
33
+
17
34
- Bump nanoid to `3.3.8` to resolve CVE [CVE-2024-55565](https://github.com/advisories/GHSA-mwcw-c2x4-8c55)
18
35
- Bump path-to-regexp to`0.1.12` to resolve CVE [CVE-2024-52798](https://github.com/advisories/GHSA-rhx6-c78j-4q9w)
19
36
- Override vue dependencies to `3.4.34` to resolve CVE [CVE-2024-9506](https://github.com/advisories/GHSA-5j4c-8p2g-v4jx)
20
37
21
38
## [1.5.12] - 2024-11-19
22
-
### Security:
39
+
40
+
### Security
41
+
23
42
- Bump cross-spawn to `7.0.6` to resolve [CVE-2024-9506](https://github.com/advisories/GHSA-5j4c-8p2g-v4jx)
24
43
25
-
### Fixed:
44
+
### Fixed
45
+
26
46
- If a filesystem's stack changes from CREATE_COMPLETE to UPDATE_COMPLETE it no longer lists as managed [#229](https://github.com/aws-solutions/simple-file-manager-for-amazon-efs/issues/229)
27
47
28
48
## [1.5.11] - 2024-10-29
29
-
### Security:
49
+
50
+
### Security
51
+
30
52
- Bump http-proxy-middleware to `2.0.7` to resolve [CVE-2024-21536](https://github.com/advisories/GHSA-c7qv-q95q-8v27)
31
53
- Bump cookie to `0.7.0` to resolve CVE [CVE-2024-47764](https://github.com/advisories/GHSA-pxg6-pf52-xh8x)
32
54
33
55
## [1.5.10] - 2024-09-20
34
-
### Security:
56
+
57
+
### Security
58
+
35
59
- Bump webpack to `5.94.0` to resolve [CVE-2024-43788](https://github.com/advisories/GHSA-4vvj-4cpr-p986)
36
-
- Bump serve-static to `1.16.2` to resolve CVE with send [CVE-2024-43799](https://github.com/advisories/GHSA-m6fv-jmcg-4jfg)
60
+
- Bump serve-static to `1.16.2` to resolve CVE with send [CVE-2024-43799](https://github.com/advisories/GHSA-m6fv-jmcg-4jfg)
37
61
- Bump path-to-regexp to `0.1.10` to resolve [CVE-2024-45296](https://github.com/advisories/GHSA-9wv6-86v2-598j)
38
62
- Bump micromatch to `4.0.8` to resolve [CVE-2024-4067](https://github.com/advisories/GHSA-952p-6rrq-rcjv)
39
63
- Remove usage of `bootstrap-vue` (EOL) and migrate `bootstrap v4` (EOL) to `bootstrap v5` to resolve [CVE-2024-6531](https://nvd.nist.gov/vuln/detail/CVE-2024-6531)
40
64
- Adds Security.md file to provide guidance around reporting security vulnerabilities.
41
65
42
-
43
66
## [1.5.9] - 2024-08-02
44
-
### Security:
67
+
68
+
### Security
69
+
45
70
- Bump `fast-xml-parser` to `4.4.1` to resolve [CVE-2024-41818](https://nvd.nist.gov/vuln/detail/CVE-2024-41818)
46
71
- Update to Vue 3 compat build and replace `vue-template-compiler` with `@vue/compiler-sfc` to resolve [CVE-2024-6783](https://nvd.nist.gov/vuln/detail/CVE-2024-6783)
47
72
48
73
### Removed
74
+
49
75
- Unused `vue-stepper-component` and `vue2-dropzone` dependencies
50
76
51
77
## [1.5.8] - 2024-06-23
52
-
### Security:
78
+
79
+
### Security
80
+
53
81
- Bump `braces` to `3.0.3` to resolve [CVE-2024-4068](https://nvd.nist.gov/vuln/detail/CVE-2024-4068)
54
82
- Bump `ws` to resolve [CVE-2024-37890](https://nvd.nist.gov/vuln/detail/CVE-2024-37890)
55
83
56
84
## [1.5.7] - 2024-05-30
57
-
### Fixed:
85
+
86
+
### Fixed
87
+
58
88
- Updated API Handler Python runtime to 3.11 due to Python 3.8 Lambda runtime deprecation
59
89
60
-
### Changes:
90
+
### Changed
91
+
61
92
- Updated spoke template descriptions to include suffix
62
93
63
94
## [1.5.6] - 2024-04-09
64
-
### Fixed:
95
+
96
+
### Fixed
97
+
65
98
- Updated axios sub-dependency to use v0.28.0 to resolve security vulnerabilities:
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,6 @@ If you discover a potential security issue in this project we ask that you notif
56
56
57
57
## Licensing
58
58
59
-
See the [LICENSE](https://github.com/awslabs/efs-file-manager/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
59
+
See the [LICENSE](https://github.com/aws-solutions/simple-file-manager-for-amazon-efs/blob/master/LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
60
60
61
-
We may ask you to sign a [Contributor License Agreement (CLA)](http://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
61
+
We may ask you to sign a [Contributor License Agreement (CLA)](https://en.wikipedia.org/wiki/Contributor_License_Agreement) for larger changes.
0 commit comments