diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d8e984..2efa1b1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Fix "address already in use" in `wwclient` when `secure: true`. #2009 - Use device names in netplan bonds. #2013 +### Dependencies + +- Updated github.com/ulikunitz/xz to 0.5.14 (CVE-2025-58058) #2007 + ## v4.6.4, 2025-09-05 ### Added diff --git a/LICENSE_DEPENDENCIES.md b/LICENSE_DEPENDENCIES.md index e5715a04..c0e18979 100644 --- a/LICENSE_DEPENDENCIES.md +++ b/LICENSE_DEPENDENCIES.md @@ -489,7 +489,7 @@ The dependencies and their licenses are as follows: **License:** BSD-3-Clause -**License URL:** +**License URL:** ## github.com/vbatts/go-mtree diff --git a/go.mod b/go.mod index bdd4ef25..55b9642a 100644 --- a/go.mod +++ b/go.mod @@ -135,7 +135,7 @@ require ( github.com/swaggest/jsonschema-go v0.3.73 // indirect github.com/swaggest/refl v1.3.0 // indirect github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect - github.com/ulikunitz/xz v0.5.12 // indirect + github.com/ulikunitz/xz v0.5.14 // indirect github.com/urfave/cli v1.22.16 // indirect github.com/vbatts/go-mtree v0.5.0 // indirect github.com/vbatts/tar-split v0.11.7 // indirect diff --git a/go.sum b/go.sum index c5a19894..878b35c5 100644 --- a/go.sum +++ b/go.sum @@ -399,8 +399,8 @@ github.com/tj/assert v0.0.3/go.mod h1:Ne6X72Q+TB1AteidzQncjw9PabbMp4PBMZ1k+vd1Pv github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2/go.mod h1:WjeM0Oo1eNAjXGDx2yma7uG2XoyRZTq1uv3M/o7imD0= github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b/go.mod h1:/yhzCV0xPfx6jb1bBgRFjl5lytqVqZXEaeqWP8lTEao= github.com/tj/go-spin v1.1.0/go.mod h1:Mg1mzmePZm4dva8Qz60H2lHwmJ2loum4VIrLgVnKwh4= -github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc= -github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= +github.com/ulikunitz/xz v0.5.14 h1:uv/0Bq533iFdnMHZdRBTOlaNMdb1+ZxXIlHDZHIHcvg= +github.com/ulikunitz/xz v0.5.14/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli v1.22.16 h1:MH0k6uJxdwdeWQTwhSO42Pwr4YLrNLwBtg1MRgTqPdQ= github.com/urfave/cli v1.22.16/go.mod h1:EeJR6BKodywf4zciqrdw6hpCPk68JO9z5LazXZMn5Po=