[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2017-01-05 Thread Junping Du (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Junping Du updated HADOOP-12577:

Fix Version/s: 2.8.0

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build, security
>Affects Versions: 2.7.1, 2.6.2
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Blocker
> Fix For: 2.8.0, 2.7.2, 2.6.3, 3.0.0-alpha1
>
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2 because of a major security 
> vulnerability. There are many other open source projects use 
> commons-collections and are also affected.
> Please see 
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
>  for the discovery of the vulnerability.
> https://issues.apache.org/jira/browse/COLLECTIONS-580 has the discussion 
> thread of the fix.
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
>  The ASF response to the security vulnerability.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org



[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-23 Thread Vinod Kumar Vavilapalli (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vinod Kumar Vavilapalli updated HADOOP-12577:
-
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 2.6.3
   2.7.2
   Status: Resolved  (was: Patch Available)

Committed this to trunk, branch-2, branch-2.7, branch-2.7.2, branch-2.6. 

Thanks [~jojochuang] for the great bug report and a quick patch!

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build, security
>Affects Versions: 2.7.1, 2.6.2
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Blocker
> Fix For: 2.7.2, 2.6.3
>
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2 because of a major security 
> vulnerability. There are many other open source projects use 
> commons-collections and are also affected.
> Please see 
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
>  for the discovery of the vulnerability.
> https://issues.apache.org/jira/browse/COLLECTIONS-580 has the discussion 
> thread of the fix.
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
>  The ASF response to the security vulnerability.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-17 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-12577:
-
Status: Patch Available  (was: Open)

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2.
> See 
> https://issues.apache.org/jira/browse/COLLECTIONS-580
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-17 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-12577:
-
Attachment: HADOOP-12577.001.patch

Only hadoop-project/pom.xml contains commons-collections version 3.2.1

find . -name pom.xml -print0 | xargs -0 grep -C 2 -e 'commons-collections'
./hadoop-common-project/hadoop-common/pom.xml-
./hadoop-common-project/hadoop-common/pom.xml-
./hadoop-common-project/hadoop-common/pom.xml:  
commons-collections
./hadoop-common-project/hadoop-common/pom.xml:  
commons-collections
./hadoop-common-project/hadoop-common/pom.xml-  compile
./hadoop-common-project/hadoop-common/pom.xml-
--
--
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml-
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml-
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml:  
commons-collections
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml:  
commons-collections
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml-  
provided
./hadoop-mapreduce-project/hadoop-mapreduce-client/pom.xml-
--
--
./hadoop-project/pom.xml-  
./hadoop-project/pom.xml-  
./hadoop-project/pom.xml:commons-collections
./hadoop-project/pom.xml:commons-collections
./hadoop-project/pom.xml-3.2.2
./hadoop-project/pom.xml-  
--
--
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml-
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml-

./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml:
  commons-collections
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml:
  commons-collections
./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml-

./hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-applicationhistoryservice/pom.xml-

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2.
> See 
> https://issues.apache.org/jira/browse/COLLECTIONS-580
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-17 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-12577:

Affects Version/s: 2.6.2
  Component/s: build

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.6.2
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2.
> See 
> https://issues.apache.org/jira/browse/COLLECTIONS-580
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-17 Thread Wei-Chiu Chuang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wei-Chiu Chuang updated HADOOP-12577:
-
Description: 
Update commons-collections from 3.2.1 to 3.2.2 because of a major security 
vulnerability. There are many other open source projects use 
commons-collections and are also affected.

Please see 
http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
 for the discovery of the vulnerability.

https://issues.apache.org/jira/browse/COLLECTIONS-580 has the discussion thread 
of the fix.

https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
 The ASF response to the security vulnerability.



  was:
Update commons-collections from 3.2.1 to 3.2.2.

See 
https://issues.apache.org/jira/browse/COLLECTIONS-580

https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread

http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/



> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build
>Affects Versions: 2.6.2
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2 because of a major security 
> vulnerability. There are many other open source projects use 
> commons-collections and are also affected.
> Please see 
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
>  for the discovery of the vulnerability.
> https://issues.apache.org/jira/browse/COLLECTIONS-580 has the discussion 
> thread of the fix.
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
>  The ASF response to the security vulnerability.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (HADOOP-12577) Bump up commons-collections version to 3.2.2 to address a security flaw

2015-11-17 Thread Andrew Wang (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-12577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Wang updated HADOOP-12577:
-
Affects Version/s: 2.7.1
 Target Version/s: 2.7.2, 2.6.3
 Priority: Blocker  (was: Major)
  Component/s: security

> Bump up commons-collections version to 3.2.2 to address a security flaw
> ---
>
> Key: HADOOP-12577
> URL: https://issues.apache.org/jira/browse/HADOOP-12577
> Project: Hadoop Common
>  Issue Type: Bug
>  Components: build, security
>Affects Versions: 2.7.1, 2.6.2
>Reporter: Wei-Chiu Chuang
>Assignee: Wei-Chiu Chuang
>Priority: Blocker
> Attachments: HADOOP-12577.001.patch
>
>
> Update commons-collections from 3.2.1 to 3.2.2 because of a major security 
> vulnerability. There are many other open source projects use 
> commons-collections and are also affected.
> Please see 
> http://foxglovesecurity.com/2015/11/06/what-do-weblogic-websphere-jboss-jenkins-opennms-and-your-application-have-in-common-this-vulnerability/
>  for the discovery of the vulnerability.
> https://issues.apache.org/jira/browse/COLLECTIONS-580 has the discussion 
> thread of the fix.
> https://blogs.apache.org/foundation/entry/apache_commons_statement_to_widespread
>  The ASF response to the security vulnerability.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)