You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdks/java/extensions/sql/hcatalog/src/main/java/org/apache/beam/sdk/extensions/sql/meta/provider/hcatalog/package-info.java
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,16 @@
16
16
* limitations under the License.
17
17
*/
18
18
19
-
/** Table schema for HCatalog. */
19
+
/**
20
+
* Table schema for HCatalog.
21
+
*
22
+
* <p><b>WARNING:</b>This package requires users to declare their own dependency on
23
+
* org.apache.hive:hive-exec and org.apache.hive.hcatalog. At the time of this Beam release every
24
+
* released version of those packages had a transitive dependency on a version of log4j vulnerable
25
+
* to CVE-2021-44228. We strongly encourage users to pin a non-vulnerable version of log4j when
0 commit comments