[
https://issues.apache.org/jira/browse/THRIFT-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16767562#comment-16767562
]
James E. King III commented on THRIFT-4506:
-------------------------------------------
Trying to use the ubuntu-trusty image, or the ubuntu-bionic image yields the
same results on a publish:
{noformat}
publish:
[artifact:mvn] [INFO] Scanning for projects...
[artifact:mvn] [INFO]
------------------------------------------------------------------------
[artifact:mvn] [ERROR] BUILD ERROR
[artifact:mvn] [INFO]
------------------------------------------------------------------------
[artifact:mvn] [INFO] Error resolving version for
'org.apache.maven.plugins:maven-gpg-plugin': Plugin requires Maven version 2.2.1
[artifact:mvn] [INFO]
------------------------------------------------------------------------
[artifact:mvn] [INFO] For more information, run Maven with the -e switch
[artifact:mvn] [INFO]
------------------------------------------------------------------------
[artifact:mvn] [INFO] Total time: < 1 second
[artifact:mvn] [INFO] Finished at: Wed Feb 13 20:27:26 UTC 2019
[artifact:mvn] [INFO] Final Memory: 2M/75M
[artifact:mvn] [INFO]
------------------------------------------------------------------------
[artifact:mvn] Java Result: 1
{noformat}
I guess I have to figure out how to get Maven 2.2.1 on the system.
> [CVE-2018-1320] Remove assertion in Java SASL code that would be ignored in
> release builds
> ------------------------------------------------------------------------------------------
>
> Key: THRIFT-4506
> URL: https://issues.apache.org/jira/browse/THRIFT-4506
> Project: Thrift
> Issue Type: Bug
> Components: Java - Library
> Affects Versions: 0.5
> Reporter: James E. King III
> Assignee: James E. King III
> Priority: Minor
> Labels: SASL, security
> Fix For: 0.12.0
>
>
> There is an assertion in the SASL transport for Java that will only be
> processed in debug builds, at
> https://github.com/apache/thrift/blob/master/lib/java/src/org/apache/thrift/transport/TSaslTransport.java#L298.
> The preceeding while loop can be changed to guarantee this assertion in all
> builds.
> https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-1320
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)