Skip to content
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

Merge forward from 3004.1 #61888

Merged
merged 77 commits into from
Apr 18, 2022
Merged

Conversation

dwoz
Copy link
Contributor

@dwoz dwoz commented Mar 30, 2022

What does this PR do?

Merge CVE changes from 3004.1 into master.

What issues does this PR fix or reference?

Fixes: #61871

Previous Behavior

Remove this section if not relevant

New Behavior

Remove this section if not relevant

Merge requirements satisfied?

[NOTICE] Bug fixes or features added to Salt require tests.

Commits signed with GPG?

Yes/No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

s0undt3ch and others added 30 commits September 28, 2021 12:40
Restored the previously shifted check for version_to_remove in
old[target]. This had been extracted along with the correctly extracted
double pkg_params[target] lookup, but that lost the `target in old`
guard.

Putting the check back here prevents KeyError when looking for a
non-existent target in `old`.
…ed functions to return changes when test=True.
@dwoz dwoz requested a review from krionbsd March 30, 2022 20:43
@Ch3LL Ch3LL added the Phosphorus v3005.0 Release code name and version label Mar 30, 2022
@dwoz dwoz changed the title [WIP] Merge forward fromm 3004.1 Merge forward fromm 3004.1 Mar 30, 2022
@dwoz dwoz requested review from waynew and Ch3LL March 30, 2022 21:37
s0undt3ch
s0undt3ch previously approved these changes Mar 31, 2022
tests/pytests/unit/test_crypt.py Show resolved Hide resolved
tests/pytests/unit/transport/test_zeromq.py Show resolved Hide resolved
@s0undt3ch
Copy link
Member

Test failures look related though.

Fix broken channel tests by populating an AES key and serial.
waynew
waynew previously approved these changes Mar 31, 2022
@garethgreenaway garethgreenaway changed the title Merge forward fromm 3004.1 Merge forward from 3004.1 Apr 4, 2022
twangboy
twangboy previously approved these changes Apr 13, 2022
twangboy
twangboy previously approved these changes Apr 13, 2022
@garethgreenaway garethgreenaway merged commit 4223023 into saltstack:master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Phosphorus v3005.0 Release code name and version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TECH DEBT] Merge forward from 3004.1