linkis icon indicating copy to clipboard operation
linkis copied to clipboard

fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

Open Super-Sky opened this issue 3 years ago • 1 comments

What happened?

There are 1 security vulnerabilities found in org.apache.hive:hive-exec 2.3.3

What did I do?

Upgrade org.apache.hive:hive-exec from 2.3.3 to 3.1.3 for vulnerability fix

What did you expect to happen?

Ideally, no insecure libs should be used.

How was this patch tested?

Run mvn compile failed locally, couldn't complete the build process. Run mvn clean test failed locally, unit-test couldn't pass.

The specification of the pull request

PR Specification from OSCS

Super-Sky avatar Oct 13 '22 07:10 Super-Sky

Codecov Report

Merging #3635 (b46fa3b) into master (bf92396) will increase coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #3635   +/-   ##
=========================================
  Coverage     14.67%   14.68%           
  Complexity     1018     1018           
=========================================
  Files           677      677           
  Lines         23759    23759           
  Branches       3543     3543           
=========================================
+ Hits           3487     3489    +2     
+ Misses        19755    19754    -1     
+ Partials        517      516    -1     
Impacted Files Coverage Δ
...apache/linkis/scheduler/queue/LoopArrayQueue.scala 33.63% <0.00%> (+0.90%) :arrow_up:
...a/org/apache/linkis/scheduler/queue/Consumer.scala 100.00% <0.00%> (+14.28%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Oct 13 '22 13:10 codecov[bot]