Skip to content

Commit

Permalink
Fix CVE issues for ISM (#1232)
Browse files Browse the repository at this point in the history
* Fix CVE issues for the plugin

Signed-off-by: Kshitij Tandon <[email protected]>

* Fixinf CVEs for the plugin

Signed-off-by: Kshitij Tandon <[email protected]>

* Testing changes

Signed-off-by: Kshitij Tandon <[email protected]>

* Testing

Signed-off-by: Kshitij Tandon <[email protected]>

* Test

Signed-off-by: Kshitij Tandon <[email protected]>

* Adding back the updated dependencies

Signed-off-by: Kshitij Tandon <[email protected]>

* Upgrading opensearch version in workflow

Signed-off-by: Kshitij Tandon <[email protected]>

* Reverting changes for testing

Signed-off-by: Kshitij Tandon <[email protected]>

* Reverting one more change

Signed-off-by: Kshitij Tandon <[email protected]>

* Resolving CVEs identified for the plugin

Signed-off-by: Kshitij Tandon <[email protected]>

---------

Signed-off-by: Kshitij Tandon <[email protected]>
  • Loading branch information
tandonks authored Dec 11, 2024
1 parent 0338741 commit bd71de5
Show file tree
Hide file tree
Showing 2 changed files with 371 additions and 741 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,24 @@
"glob-parent": "^5.1.2",
"ssri": "^6.0.2",
"lodash": "^4.17.21",
"hosted-git-info": "^2.8.9"
"hosted-git-info": "^2.8.9",
"browserify-sign": "^4.2.2",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"**/ansi-regex": "^5.0.1",
"decode-uri-component": "^0.2.1",
"json-schema": "^0.4.0",
"minimist": "^1.2.6",
"**/loader-utils": "^2.0.4",
"semver": "^7.5.2",
"**/terser": "^4.8.1",
"tough-cookie": "^4.1.3",
"moment": "^2.29.4",
"async": "^3.2.2",
"qs": "^6.10.3",
"minimatch": "^3.0.5",
"@cypress/request": "^3.0.0",
"json5": "^2.2.2"
},
"devDependencies": {
"@elastic/elastic-eslint-config-kibana": "link:../../packages/opensearch-eslint-config-opensearch-dashboards",
Expand All @@ -61,4 +78,4 @@
"node": "10.24.1",
"yarn": "^1.21.1"
}
}
}
Loading

0 comments on commit bd71de5

Please sign in to comment.