[
https://issues.apache.org/jira/browse/BEAM-11227?focusedWorklogId=567208&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-567208
]
ASF GitHub Bot logged work on BEAM-11227:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Mar/21 20:00
Start Date: 16/Mar/21 20:00
Worklog Time Spent: 10m
Work Description: suztomo commented on a change in pull request #14257:
URL: https://github.com/apache/beam/pull/14257#discussion_r595499554
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_36_0.groovy
##########
@@ -113,9 +114,11 @@ class GrpcVendoring_1_36_0 {
"com.google.longrunning",
"com.google.rpc",
"com.google.type",
+ "com.google.geo.type",
Review comment:
This a new package in proto-google-common-protos-2.0.1
```
suztomo-macbookpro44% jar tf
~/Downloads/proto-google-common-protos-2.0.1.jar|grep com/google/geo
com/google/geo/
com/google/geo/type/
com/google/geo/type/ViewportProto.class
com/google/geo/type/ViewportOrBuilder.class
com/google/geo/type/Viewport$Builder.class
com/google/geo/type/Viewport.class
com/google/geo/type/Viewport$1.class
suztomo-macbookpro44% jar tf
~/Downloads/proto-google-common-protos-1.12.0.jar|grep com/google/geo
suztomo-macbookpro44%
```
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_36_0.groovy
##########
@@ -113,9 +114,11 @@ class GrpcVendoring_1_36_0 {
"com.google.longrunning",
"com.google.rpc",
"com.google.type",
+ "com.google.geo.type",
"io.grpc",
"io.netty",
"io.opencensus",
+ "io.perfmark",
Review comment:
gRPC 1.36.0 still uses perfmark. (1.26.0 has it already
https://github.com/apache/beam/blob/master/buildSrc/src/main/groovy/org/apache/beam/gradle/GrpcVendoring_1_26_0.groovy#L141
)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 567208)
Time Spent: 42h 20m (was: 42h 10m)
> Upgrade beam-vendor-grpc-1_26_0-0.3 to fix CVE-2020-27216
> ---------------------------------------------------------
>
> Key: BEAM-11227
> URL: https://issues.apache.org/jira/browse/BEAM-11227
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Affects Versions: 2.21.0, 2.22.0, 2.23.0, 2.24.0, 2.25.0
> Reporter: Boury Mbodj
> Assignee: Kenneth Knowles
> Priority: P1
> Labels: apache-beam, beam
> Fix For: 2.29.0
>
> Time Spent: 42h 20m
> Remaining Estimate: 0h
>
> *+Description+**:* [Apache Beam :: Vendored Dependencies :: GRPC ::
> 1.26.0|https://mvnrepository.com/artifact/org.apache.beam/beam-vendor-grpc-1_26_0]
> »
> [0.3|https://mvnrepository.com/artifact/org.apache.beam/beam-vendor-grpc-1_26_0/0.3]
> uses the dependency Eclipse Jetty (9.2.10.v20150310), which is prone to a
> privilege escalation vulnerability. This issue (CVE-2020-27216) was published
> on 23/10/2020.
> *+Affected Versions:+*
> Eclipse Jetty versions 9.4.32.v20200930 and prior, 10.0.0.beta2 and prior
> and 11.0.0.beta2 and prior.
> *+Recommendation/+* *+Update Suggestion:+*
> Update the Eclipse Jetty dependency to version 9.4.33.v20201020,
> 10.0.0.beta3, 11.0.0.beta3 or later.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)