Skip to content

Commit 34e5a31

Browse files
authoredMar 16, 2025··
* Fixes CVE-2025-29774 CVE-2025-29775 and GHSA-vjh7-7g9h-fjfh Signed-off-by: Darshit Chanpura <dchanp@amazon.com> * Updates release notes Signed-off-by: Darshit Chanpura <dchanp@amazon.com> * Updates yarn.lock Signed-off-by: Darshit Chanpura <dchanp@amazon.com> --------- Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
1 parent f4fdb6c commit 34e5a31

3 files changed

+13
-10
lines changed
 

‎package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"braces": "^3.0.3",
5858
"body-parser": "^1.20.3",
5959
"micromatch": "^4.0.8",
60-
"cross-spawn": "7.0.5"
60+
"cross-spawn": "7.0.5",
61+
"elliptic": "^6.6.1",
62+
"xml-crypto": "^2.1.6"
6163
}
6264
}

‎release-notes/opensearch-security-dashboards-plugin.release-notes-3.0.0.0-alpha1.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
Compatible with OpenSearch and OpenSearch Dashboards version 3.0.0-alpha1
44

55
### Maintenance
6-
* Fix alpha bump ([#2190](https://github.com/opensearch-project/security-dashboards-plugin/pull/2190))
6+
* Fix alpha bump ([#2190](https://github.com/opensearch-project/security-dashboards-plugin/pull/2190))
7+
* Bump xlm-crypto and elliptic ([#2196](https://github.com/opensearch-project/security-dashboards-plugin/pull/2196))

‎yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1511,10 +1511,10 @@ ejs@2.5.5, ejs@^3.1.10:
15111511
dependencies:
15121512
jake "^10.8.5"
15131513

1514-
elliptic@^6.5.3, elliptic@^6.5.5:
1515-
version "6.5.6"
1516-
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.5.6.tgz#ee5f7c3a00b98a2144ac84d67d01f04d438fa53e"
1517-
integrity sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==
1514+
elliptic@^6.5.3, elliptic@^6.5.5, elliptic@^6.6.1:
1515+
version "6.6.1"
1516+
resolved "https://registry.yarnpkg.com/elliptic/-/elliptic-6.6.1.tgz#3b8ffb02670bf69e382c7f65bf524c97c5405c06"
1517+
integrity sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==
15181518
dependencies:
15191519
bn.js "^4.11.9"
15201520
brorand "^1.1.0"
@@ -4744,10 +4744,10 @@ ws@>=8.13.0:
47444744
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
47454745
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
47464746

4747-
xml-crypto@^2.0.0, xml-crypto@^2.1.3:
4748-
version "2.1.5"
4749-
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.5.tgz#e201ee51dca18dd9ae158ac101b6e995c983dca8"
4750-
integrity sha512-xOSJmGFm+BTXmaPYk8pPV3duKo6hJuZ5niN4uMzoNcTlwYs0jAu/N3qY+ud9MhE4N7eMRuC1ayC7Yhmb7MmAWg==
4747+
xml-crypto@^2.0.0, xml-crypto@^2.1.3, xml-crypto@^2.1.6:
4748+
version "2.1.6"
4749+
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.1.6.tgz#c51a016cc8391fc1d9ebd9abc589e4c08b62d652"
4750+
integrity sha512-jjvpO8vHNV8QFhW5bMypP+k4BjBqHe/HrpIwpPcdUnUTIJakSIuN96o3Sdah4tKu2z64kM/JHEH8iEHGCc6Gyw==
47514751
dependencies:
47524752
"@xmldom/xmldom" "^0.7.9"
47534753
xpath "0.0.32"

0 commit comments

Comments
 (0)