deps: migrate mapstructure to go-viper#22581
Conversation
|
@sreeram77 I've resolved few conflicts with main. Can you re-approve once the CI is green please? I'll merge it after |
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19,1.20,1.21] please perform the backport manually and add the following snippet to your backport PR description: |
4 similar comments
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19,1.20,1.21] please perform the backport manually and add the following snippet to your backport PR description: |
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19,1.20,1.21] please perform the backport manually and add the following snippet to your backport PR description: |
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19,1.20,1.21] please perform the backport manually and add the following snippet to your backport PR description: |
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19,1.20,1.21] please perform the backport manually and add the following snippet to your backport PR description: |
* deps: migrate mapstructure to go-viper * go mod tidy * add changelog * fix test * go mod tidy * fix test * fix test * go mod tidy
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19] please perform the backport manually and add the following snippet to your backport PR description: |
2 similar comments
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19] please perform the backport manually and add the following snippet to your backport PR description: |
|
📣 Hi @dduzgun-security! a backport is missing for this PR [22581] for versions [1.18,1.19] please perform the backport manually and add the following snippet to your backport PR description: |
Description
https://github.com/mitchellh/mapstructure is now a public archive, this PR aims to migrate to a fork of it https://github.com/go-viper/mapstructure (v2) which is maintained and gets frequent security patches.
Ref: PSA-2107
Testing & Reproduction steps
Links
PR Checklist
PCI review checklist
I have documented a clear reason for, and description of, the change I am making.
If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.
If applicable, I've documented the impact of any changes to security controls.
Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.