Skip to content

Commit 85b77f6

Browse files
authored
Merge pull request #2367 from carolynvs/bump-xy
Bump github.com/ulikunitz/xz for CVE-2020-16845
2 parents ee83112 + 29a93d2 commit 85b77f6

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

build/azure-pipelines.pr-automatic.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ stages:
117117
dependsOn: xbuild
118118
strategy:
119119
matrix:
120-
windows:
121-
poolName: "windows"
122-
vmImage: ""
120+
# Skip windows smoke tests until we fix the windows agent
121+
#windows:
122+
# poolName: "windows"
123+
# vmImage: ""
123124
linux:
124125
poolName: "Azure Pipelines"
125126
vmImage: "ubuntu-latest"

build/azure-pipelines.release-template.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ stages:
109109
condition: and(succeeded(), not(${{ parameters.skipTests }}))
110110
strategy:
111111
matrix:
112-
windows:
113-
poolName: "windows"
114-
vmImage: ""
112+
# Skip windows smoke tests until we fix the windows agent
113+
#windows:
114+
# poolName: "windows"
115+
# vmImage: ""
115116
linux:
116117
poolName: "Azure Pipelines"
117118
vmImage: "ubuntu-latest"

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ require (
6464
github.com/fvbommel/sortorder v1.0.2 // indirect
6565
github.com/mmcdole/goxpp v0.0.0-20181012175147-0068e33feabf // indirect
6666
github.com/moby/buildkit v0.10.0 // indirect
67+
github.com/ulikunitz/xz v0.5.10 // indirect
6768
)

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,8 +1452,9 @@ github.com/uber/jaeger-lib v2.2.0+incompatible/go.mod h1:ComeNDZlWwrWnDv8aPp0Ba6
14521452
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
14531453
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
14541454
github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8=
1455-
github.com/ulikunitz/xz v0.5.7 h1:YvTNdFzX6+W5m9msiYg/zpkSURPPtOlzbqYjrFn7Yt4=
14561455
github.com/ulikunitz/xz v0.5.7/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
1456+
github.com/ulikunitz/xz v0.5.10 h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=
1457+
github.com/ulikunitz/xz v0.5.10/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
14571458
github.com/ultraware/funlen v0.0.2/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA=
14581459
github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA=
14591460
github.com/urfave/cli v0.0.0-20171014202726-7bc6a0acffa5/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=

0 commit comments

Comments
 (0)