Skip to content

Commit 54e70cf

Browse files
author
Alex Boten
committed
Bump version of thrift to 0.13.0
This addresses security issues in older versions https://mail-archives.apache.org/mod_mbox/thrift-dev/201910.mbox/%3CVI1PR0101MB2142E0EA19F582429C3AEBCBB1920@VI1PR0101MB2142.eurprd01.prod.exchangelabs.com%3E Signed-off-by: Alex Boten <aboten@lightstep.com>
1 parent 007419f commit 54e70cf

File tree

5 files changed

+29
-5
lines changed

5 files changed

+29
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ proto:
7474
collector.proto
7575

7676
thrift:
77-
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.11.0 \
77+
docker run -v "$(PWD)/lightstep:/out" -v "$(MONO_REPO)/go/src/github.com/lightstep/common-go:/data" --rm thrift:0.13.0 \
7878
thrift -r --gen py -out /out /data/crouton.thrift
7979
python-modernize -w $(PWD)/lightstep/crouton/
8080
rm -rf lightstep/crouton/ReportingService-remote

lightstep/crouton/ReportingService.py

Lines changed: 11 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lightstep/crouton/constants.py

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lightstep/crouton/ttypes.py

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
author='LightStep',
99
license='',
1010
install_requires=[
11-
'thrift>=0.10.0,<0.12.0',
11+
'thrift>=0.13.0',
1212
'jsonpickle',
1313
'six',
1414
'basictracer>=3.0,<4',

0 commit comments

Comments
 (0)