druid/extensions-contrib
Tejaswini Bandlamudi d87056e708
Upgrade guava version to 31.1-jre (#14767)
Currently, Druid is using Guava 16.0.1 version. This upgrade to 31.1-jre fixes the following issues.

CVE-2018-10237 (Unbounded memory allocation in Google Guava 11.0 through 24.x before 24.1.1 allows remote attackers to conduct denial of service attacks against servers that depend on this library and deserialize attacker-provided data because the AtomicDoubleArray class (when serialized with Java serialization) and the CompoundOrdering class (when serialized with GWT serialization) perform eager allocation without appropriate checks on what a client has sent and whether the data size is reasonable). We don't use Java or GWT serializations. Despite being false positive they're causing red security scans on Druid distribution.
Latest version of google-client-api is incompatible with the existing Guava version. This PR unblocks Update google client apis to latest version #14414
2023-08-22 12:09:53 +05:30
..
aliyun-oss-extensions Upgrade hibernate validator version to fix CVE-2019-10219 (#14757) 2023-08-14 11:50:51 +05:30
ambari-metrics-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
cassandra-storage Upgrade hibernate validator version to fix CVE-2019-10219 (#14757) 2023-08-14 11:50:51 +05:30
cloudfiles-extensions Upgrade guava version to 31.1-jre (#14767) 2023-08-22 12:09:53 +05:30
compressed-bigdecimal Upgrade guava version to 31.1-jre (#14767) 2023-08-22 12:09:53 +05:30
distinctcount Minimize PostAggregator computations (#14708) 2023-08-04 00:04:31 +05:30
dropwizard-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
druid-iceberg-extensions Clean up the core API required for Iceberg extension (#14614) 2023-07-21 13:01:33 +05:30
gce-extensions Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
graphite-emitter Bump io.dropwizard.metrics:metrics-graphite from 3.1.2 to 4.2.19 (#14842) 2023-08-16 13:58:35 -07:00
influx-extensions Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
influxdb-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
kafka-emitter Upgrade jackson-databind to 2.12.7 (#14770) 2023-08-09 12:22:16 +05:30
kubernetes-overlord-extensions Upgrade guava version to 31.1-jre (#14767) 2023-08-22 12:09:53 +05:30
materialized-view-maintenance Reset offsets supervisor API (#14772) 2023-08-17 14:13:10 -07:00
materialized-view-selection Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
momentsketch Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
moving-average-query deprecate config-magic in favor of json configuration stuff (#14695) 2023-08-16 18:23:57 -07:00
opentelemetry-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
opentsdb-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
prometheus-emitter Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
redis-cache Upgrade hibernate validator version to fix CVE-2019-10219 (#14757) 2023-08-14 11:50:51 +05:30
sqlserver-metadata-storage Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
statsd-emitter Add stats to KillUnusedSegments coordinator duty (#14782) 2023-08-10 18:36:53 -04:00
tdigestsketch add equality, null, and range filter (#14542) 2023-07-18 12:15:22 -07:00
thrift-extensions Removes support for Hadoop 2 (#14763) 2023-08-09 17:47:52 +05:30
time-min-max Prepare master branch for next release, 28.0.0 (#14595) 2023-07-18 09:22:30 +05:30
virtual-columns Minimize PostAggregator computations (#14708) 2023-08-04 00:04:31 +05:30
README.md fix broken links (#9537) 2020-03-22 17:41:18 -07:00

README.md

Community Extensions

Please contribute all community extensions in this directory and include a doc of how your extension can be used under docs/development/extensions-contrib/.

Please note that community extensions are maintained by their original contributors and are not packaged with the core Druid distribution. If you'd like to take on maintenance for a community extension, please post on dev@druid.apache.org to let us know!