Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"pbkdf2": "^3.1.3",
"form-data": "4.0.4",
"cipher-base": "^1.0.7",
"sha.js": "^2.4.12"
"sha.js": "^2.4.12",
"qs": "^6.14.1",
"lodash": "^4.18.0",
"bn.js": "^4.12.3"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Version 3.6.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 3.6.0

### Bug Fixes

* Fix CVE-2025-13465 security vulnerability ([#1411](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1411))
* Fix CVE-2025-15284 security vulnerability ([#1410](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1410))
* Fix CVE-2026-2739 security vulnerability ([#1412](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1412))

### Maintenance

* Update lodash to 4.18.1 to address CVE-2026-4800 ([#1418](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1418))
* Upgrade React from 16 to 18, fixing CVE-2025-64718 and resolving failing Cypress tests ([#1391](https://github.com/opensearch-project/index-management-dashboards-plugin/pull/1391))
Loading
Loading