Skip to content

Commit 310abc5

Browse files
(cherry picked from commit 54348af) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e6cff25 commit 310abc5

File tree

3 files changed

+161
-137
lines changed

3 files changed

+161
-137
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2222
- Bump `actions/checkout` from 4 to 5 ([#2295](https://github.com/opensearch-project/security-dashboards-plugin/pull/2295))
2323
- Bump `derek-ho/start-opensearch` from 7 to 8 ([#2309](https://github.com/opensearch-project/security-dashboards-plugin/pull/2309))
2424
- Bump `actions/github-script` from 7 to 8 ([#2307](https://github.com/opensearch-project/security-dashboards-plugin/pull/2307))
25+
- Resolve CVE-2025-9288 CVE-2025-9287 CVE-2025-7783 CVE-2025-6547 ([#2317](https://github.com/opensearch-project/security-dashboards-plugin/pull/2317))
2526

2627

2728
### Documentation

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@
5959
"cross-spawn": "7.0.5",
6060
"xml-crypto": "^2.1.6",
6161
"@babel/runtime": "^7.27.0",
62-
"pbkdf2": "^3.1.3"
62+
"pbkdf2": "^3.1.3",
63+
"crypto-browserify": "^3.12.1",
64+
"cipher-base": "^1.0.7",
65+
"sha.js": "^2.4.5"
6366
}
6467
}

0 commit comments

Comments
 (0)