You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/12 08:32:03 UTC

[GitHub] [iotdb] claire9910 opened a new pull request, #7578: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

claire9910 opened a new pull request, #7578:
URL: https://github.com/apache/iotdb/pull/7578

   ### What happened?
   There are 1 security vulnerabilities found in org.apache.hive:hive-exec 2.3.6
   - [CVE-2021-34538](https://www.oscs1024.com/hd/CVE-2021-34538)
   
   
   ### What did I do?
   Upgrade org.apache.hive:hive-exec from 2.3.6 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](https://www.oscs1024.com/docs/pr-specification/) from OSCS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] HTHou commented on a diff in pull request #7578: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

Posted by GitBox <gi...@apache.org>.
HTHou commented on code in PR #7578:
URL: https://github.com/apache/iotdb/pull/7578#discussion_r993181076


##########
pom.xml:
##########
@@ -18,8 +18,7 @@
     specific language governing permissions and limitations
     under the License.
 
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>

Review Comment:
   Mistake?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] claire9910 closed pull request #7578: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3

Posted by GitBox <gi...@apache.org>.
claire9910 closed pull request #7578: fix(sec): upgrade org.apache.hive:hive-exec to 3.1.3
URL: https://github.com/apache/iotdb/pull/7578


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org