From 82ec26080f7e50a1051b467ee8edcf9c5802e9bb Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:06:16 +0000 Subject: [PATCH] Update module github.com/opencontainers/selinux to v1.13.1 (main) (#3740) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/opencontainers/selinux](https://redirect.github.com/opencontainers/selinux) | indirect | minor | `v1.12.0` -> `v1.13.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
opencontainers/selinux (github.com/opencontainers/selinux) ### [`v1.13.1`](https://redirect.github.com/opencontainers/selinux/releases/tag/v1.13.1) [Compare Source](https://redirect.github.com/opencontainers/selinux/compare/v1.13.0...v1.13.1) This release includes a minor update to reduce the minimum version requirement of the `github.com/cyphar/filepath-securejoin` package from v0.6.0 to v0.5.1. We did not use any of the newer features, so downgrading is a no-op but will help with downstreams that need to backport `github.com/opencontainers/selinux` updates. #### What's Changed - build(deps): bump golangci/golangci-lint-action from 8 to 9 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/opencontainers/selinux/pull/240](https://redirect.github.com/opencontainers/selinux/pull/240)0 - downgrade github.com/cyphar/filepath-securejoin to v0.5.1 by [@​Luap99](https://redirect.github.com/Luap99) in [https://github.com/opencontainers/selinux/pull/242](https://redirect.github.com/opencontainers/selinux/pull/242) #### New Contributors - [@​Luap99](https://redirect.github.com/Luap99) made their first contribution in [https://github.com/opencontainers/selinux/pull/242](https://redirect.github.com/opencontainers/selinux/pull/242) **Full Changelog**: https://github.com/opencontainers/selinux/compare/v1.13.0...v1.13.1 ### [`v1.13.0`](https://redirect.github.com/opencontainers/selinux/releases/tag/v1.13.0) [Compare Source](https://redirect.github.com/opencontainers/selinux/compare/v1.12.0...v1.13.0) #### What's Changed - Switch to golangci-lint v2 by [@​kolyshkin](https://redirect.github.com/kolyshkin) in [https://github.com/opencontainers/selinux/pull/230](https://redirect.github.com/opencontainers/selinux/pull/230) - build(deps): bump actions/checkout from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/opencontainers/selinux/pull/233](https://redirect.github.com/opencontainers/selinux/pull/233)3 - build(deps): bump actions/setup-go from 5 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in[https://github.com/opencontainers/selinux/pull/234](https://redirect.github.com/opencontainers/selinux/pull/234)4 - keyring: fix typo in EACCES check by [@​cyphar](https://redirect.github.com/cyphar) in [https://github.com/opencontainers/selinux/pull/235](https://redirect.github.com/opencontainers/selinux/pull/235) - Add Go 1.25, drop go 1.23, bump golangci-lint by [@​kolyshkin](https://redirect.github.com/kolyshkin) in [https://github.com/opencontainers/selinux/pull/236](https://redirect.github.com/opencontainers/selinux/pull/236) - selinux: migrate to pathrs-lite procfs API by [@​cyphar](https://redirect.github.com/cyphar) in [https://github.com/opencontainers/selinux/pull/237](https://redirect.github.com/opencontainers/selinux/pull/237) **Full Changelog**: https://github.com/opencontainers/selinux/compare/v1.12.0...v1.13.0
--- ### Configuration 📅 **Schedule**: Branch creation - "after 1am on monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Amir Ben Nun <34831306+amirbenun@users.noreply.github.com> (cherry picked from commit 9631f168a47baab666f128cbeb30518b3e4733d8) # Conflicts: # go.mod # go.sum --- go.mod | 6 +++++- go.sum | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index a4eeafe7db..a12bc12bda 100644 --- a/go.mod +++ b/go.mod @@ -309,7 +309,7 @@ require ( github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect github.com/containerd/ttrpc v1.2.7 // indirect github.com/containerd/typeurl/v2 v2.2.3 // indirect - github.com/cyphar/filepath-securejoin v0.4.1 // indirect + github.com/cyphar/filepath-securejoin v0.5.1 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect github.com/dimchansky/utfbom v1.1.1 // indirect @@ -464,8 +464,12 @@ require ( github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.1.1 // indirect github.com/opencontainers/runtime-spec v1.2.1 // indirect +<<<<<<< HEAD github.com/opencontainers/selinux v1.12.0 // indirect github.com/opentracing/opentracing-go v1.2.0 // indirect +======= + github.com/opencontainers/selinux v1.13.1 // indirect +>>>>>>> 9631f168 (Update module github.com/opencontainers/selinux to v1.13.1 (main) (#3740)) github.com/openvex/go-vex v0.2.5 // indirect github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect github.com/owenrumney/squealer v1.2.11 // indirect diff --git a/go.sum b/go.sum index 9658435cb3..982f2c1a4d 100644 --- a/go.sum +++ b/go.sum @@ -1104,10 +1104,17 @@ github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6N github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s= github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE= +<<<<<<< HEAD github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46 h1:2Dx4IHfC1yHWI12AxQDJM1QbRCDfk6M+blLzlZCXdrc= github.com/cyberphone/json-canonicalization v0.0.0-20231011164504-785e29786b46/go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw= github.com/cyphar/filepath-securejoin v0.4.1 h1:JyxxyPEaktOD+GAnqIqTf9A8tHyAG22rowi7HkoSU1s= github.com/cyphar/filepath-securejoin v0.4.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +======= +github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 h1:uX1JmpONuD549D73r6cgnxyUu18Zb7yHAy5AYU0Pm4Q= +github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467/go.mod h1:uzvlm1mxhHkdfqitSA92i7Se+S9ksOn3a3qmv/kyOCw= +github.com/cyphar/filepath-securejoin v0.5.1 h1:eYgfMq5yryL4fbWfkLpFFy2ukSELzaJOTaUTuh+oF48= +github.com/cyphar/filepath-securejoin v0.5.1/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= +>>>>>>> 9631f168 (Update module github.com/opencontainers/selinux to v1.13.1 (main) (#3740)) github.com/danieljoos/wincred v1.2.2 h1:774zMFJrqaeYCK2W57BgAem/MLi6mtSE47MB6BOJ0i0= github.com/danieljoos/wincred v1.2.2/go.mod h1:w7w4Utbrz8lqeMbDAK0lkNJUv5sAOkFi7nd/ogr0Uh8= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -1903,10 +1910,15 @@ github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJw github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M= github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww= github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= +<<<<<<< HEAD github.com/opencontainers/selinux v1.12.0 h1:6n5JV4Cf+4y0KNXW48TLj5DwfXpvWlxXplUkdTrmPb8= github.com/opencontainers/selinux v1.12.0/go.mod h1:BTPX+bjVbWGXw7ZZWUbdENt8w0htPSrlgOOysQaU62U= github.com/opentracing/opentracing-go v1.2.0 h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= +======= +github.com/opencontainers/selinux v1.13.1 h1:A8nNeceYngH9Ow++M+VVEwJVpdFmrlxsN22F+ISDCJE= +github.com/opencontainers/selinux v1.13.1/go.mod h1:S10WXZ/osk2kWOYKy1x2f/eXF5ZHJoUs8UU/2caNRbg= +>>>>>>> 9631f168 (Update module github.com/opencontainers/selinux to v1.13.1 (main) (#3740)) github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553 h1:c4u0GIH0w2Q57Pm2Oldrq6EiHFnLCCnRs98A+ggj/YQ= github.com/openvex/discovery v0.1.1-0.20240802171711-7c54efc57553/go.mod h1:z4b//Qi7p7zcM/c41ogeTy+/nqfMbbeYnfZ+EMCTCD0= github.com/openvex/go-vex v0.2.5 h1:41utdp2rHgAGCsG+UbjmfMG5CWQxs15nGqir1eRgSrQ=