-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix CVE-2017-1000487 security alert #7173
Conversation
@@ -0,0 +1,11 @@ | |||
--- ./thrift-0.11.0/contrib/thrift-maven-plugin/pom.xml 2021-03-29 05:20:22.046039640 +0000 | |||
+++ ./thrift-0.11.0/contrib/thrift-maven-plugin/pom_new.xml 2021-03-29 05:48:30.725383841 +0000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a patch from upstream? If not, why did you change filename? #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@qiluo-msft , can we simply change ./thrift-0.11.0/contrib/thrift-maven-plugin/pom_new.xml to ./thrift-0.11.0/contrib/thrift-maven-plugin/pom.xml.
I have tested src/thrift/patch/0002-cve-2017-1000487.patch, there is no difference, when applying the patch by below command:
patch -p1 < ../patch/0002-cve-2017-1000487.patch
#### Why I did it Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings. #### How I did it Upgrade to 3.0.16
#### Why I did it Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings. #### How I did it Upgrade to 3.0.16
@xumia this change cannot be cherry-picked into 201811 branch cleanly. Can you create an PR for 201811 branch please? |
Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings. Upgrade to 3.0.16
#### Why I did it Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings. #### How I did it Upgrade to 3.0.16
Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings.
#### Why I did it Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings. #### How I did it Upgrade to 3.0.16
Why I did it
Plexus-utils before 3.0.16 is vulnerable to command injection because it does not correctly process the contents of double quoted strings.
How I did it
Upgrade to 3.0.16
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)