Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] CVE-2020-8908 Upgrade checkstyle using bad guava version #426

Merged
merged 2 commits into from
Apr 18, 2023
Merged
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
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams
* @opensearch-project/performance-analyzer
* @praveensameneni @khushbr @ansjcy @goyamegh @getsaurabh02 @sbcd90 @sgup432
37 changes: 25 additions & 12 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,25 @@
# OpenSearch Performance Analyzer Maintainers

## Maintainers
| Maintainer | GitHub ID | Affiliation |
| ----------------------- | ------------------------------------------------------- | ----------- |
| Joshua Tokle | [jotok](https://github.com/jotok) | Amazon |
| Kunal Khatua | [kkhatua](https://github.com/kkhatua) | Amazon |
| Ruizhen Guo | [rguo-aws](https://github.com/rguo-aws) | Amazon |
| Sruti Parthiban | [sruti1312](https://github.com/sruti1312) | Amazon |
| Yujia Sun | [yujias0706](https://github.com/yujias0706) | Amazon |

[This document](https://github.com/opensearch-project/.github/blob/main/MAINTAINERS.md) explains what maintainers do in this repo, and how they should be doing it. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).
## Overview

This document contains a list of maintainers in this repo. See [opensearch-project/.github/RESPONSIBILITIES.md](https://github.com/opensearch-project/.github/blob/main/RESPONSIBILITIES.md#maintainer-responsibilities) that explains what the role of maintainer means, what maintainers do in this and other repos, and how they should be doing it. If you're interested in contributing, and becoming a maintainer, see [CONTRIBUTING](CONTRIBUTING.md).

## Current Maintainers

| Maintainer | GitHub ID | Affiliation |
|------------------|-------------------------------------------------------| ----------- |
| Praveen Sameneni | [praveensameneni](https://github.com/praveensameneni) | Amazon |
| Khushboo Rajput | [khushbr](https://github.com/khushbr) | Amazon |
| Chenyang Ji | [ansjcy](https://github.com/ansjcy) | Amazon |
| Megha Goyal | [goyamegh](https://github.com/goyamegh) | Amazon |
| Saurabh Singh | [getsaurabh02](https://github.com/getsaurabh02) | Amazon |
| Subhobrata Dey | [sbcd90](https://github.com/sbcd90) | Amazon |
| Sagar | [sgup432](https://github.com/sgup432) | Amazon |

## Previous Maintainers

| Maintainer | GitHub ID | Affiliation |
|-----------------|---------------------------------------------|-------------|
| Joshua Tokle | [jotok](https://github.com/jotok) | Amazon |
| Ruizhen Guo | [rguo-aws](https://github.com/rguo-aws) | Amazon |
| Yujia Sun | [yujias0706](https://github.com/yujias0706) | Amazon |
| Kunal Khatua | [kkhatua](https://github.com/kkhatua) | Amazon |
| Sruti Parthiban | [sruti1312](https://github.com/sruti1312) | Amazon |
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ plugins {

}

checkstyle {
toolVersion = '9.3'
configFile file("checkstyle/checkstyle.xml")
}

spotbugsMain {
excludeFilter = file("checkstyle/findbugs-exclude.xml")
effort = 'max'
Expand Down
1 change: 0 additions & 1 deletion licenses/jackson-annotations-2.14.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-annotations-2.14.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a7aae9525864930723e3453ab799521fdfd9d873
1 change: 0 additions & 1 deletion licenses/jackson-databind-2.14.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-databind-2.14.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
01e71fddbc80bb86f71a6345ac1e8ab8a00e7134
1 change: 0 additions & 1 deletion licenses/jackson-module-paranamer-2.14.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/jackson-module-paranamer-2.14.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1258e1272442006d5bf67331a3701d6d768bafcb
1 change: 0 additions & 1 deletion licenses/netty-buffer-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-buffer-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d8f180291c3501e931968ca7e40ae0323c4eacee
1 change: 0 additions & 1 deletion licenses/netty-codec-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3044b8e325e33f72c96ac1ea51dda85bef090cc0
1 change: 0 additions & 1 deletion licenses/netty-codec-http-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-http-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4519d2ff470941f0086214b19c9acf992868112f
1 change: 0 additions & 1 deletion licenses/netty-codec-http2-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-http2-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4ee7027e1653c6ee3f843191e0d932f29e8e14e1
1 change: 0 additions & 1 deletion licenses/netty-codec-socks-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-codec-socks-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8f0a52677da411a8ab762c426d723c7f54471504
1 change: 0 additions & 1 deletion licenses/netty-common-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-common-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
93e5056462a242718e7689d81180d125c79d7723
1 change: 0 additions & 1 deletion licenses/netty-handler-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-handler-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
444cf41e4fe28c47ffebba5e77b9458a12f938a1
1 change: 0 additions & 1 deletion licenses/netty-handler-proxy-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-handler-proxy-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2e3e57eae1a61e4e5f558e39619186fec6c424d3
1 change: 0 additions & 1 deletion licenses/netty-resolver-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-resolver-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04725d117d4b71ef0e743aa79062489b45472b26
1 change: 0 additions & 1 deletion licenses/netty-transport-4.1.90.Final.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions licenses/netty-transport-4.1.91.Final.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2f6bd7143194ca842b535546a405c06aa993934

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
80990b5885b8b67be096d7090cba18f05c67120e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5b6981ded955c77a09b5f241cbbefe68e5663c24
af83f32a361647a8cc232af2ff8b7414e71ee61d