Skip to content

Commit

Permalink
[1.x] Fixes CVE-2022-46363 (#2349)
Browse files Browse the repository at this point in the history
* Update cxf-core to 3.5.5

Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford authored Dec 14, 2022
1 parent 1b4221d commit 8b907c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# OpenSearch Security Plugin

OpenSearch Security is a plugin for OpenSearch that offers encryption, authentication and authorization. When combined with OpenSearch Security-Advanced Modules, it supports authentication via Active Directory, LDAP, Kerberos, JSON web tokens, SAML, OpenID and more. It includes fine grained role-based access control to indices, documents and fields. It also provides multi-tenancy support in OpenSearch Dashboards.
OpenSearch Security is a plugin for OpenSearch that offers encryption, authentication and authorization. When combined with OpenSearch Security-Advanced Modules, it supports authentication via Active Directory, LDAP, Kerberos, JSON web tokens, SAML, OpenID and more. It includes fine-grained role-based access control to indices, documents and fields. It also provides multi-tenancy support in OpenSearch Dashboards.

- [Features](#features)
- [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
implementation 'org.ldaptive:ldaptive:1.2.3'
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.13'
implementation 'io.jsonwebtoken:jjwt-api:0.10.8'
implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.4.5") {
implementation("org.apache.cxf:cxf-rt-rs-security-jose:3.5.5") {
exclude(group: 'jakarta.activation', module: 'jakarta.activation-api')
}
implementation 'com.github.wnameless:json-flattener:0.5.0'
Expand Down

0 comments on commit 8b907c4

Please sign in to comment.