-
Notifications
You must be signed in to change notification settings - Fork 4.6k
deps: migrate mapstructure to go-viper #22581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
sreeram77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@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.