-
Notifications
You must be signed in to change notification settings - Fork 550
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 3.0-dev into 3.0 #9473
Merged
Merged
Merge 3.0-dev into 3.0 #9473
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
) Fixes: https://github.com/microsoft/azurelinux/security/dependabot/13 Signed-off-by: Muhammad Falak R Wani <[email protected]>
Co-authored-by: minghe <rmhsawyer>
Change #7761 upgraded shadow-utils and took part of a change from upstream that modifies /etc/login.defs so that USERGROUPS_ENAB is set to no. This makes all users be created in the same group (in our case users) rather than created with their own group. This change undoes that, so users will once again be created with their own group with the same name as the user.
LLMNR poisoning is a MitM attack used to capture credential material by tampering with LLMNR request and response messages. To prevent LLMNR poisoning, disable LLMNR in systemd. LLMNR is actively being phased out in favor of mDNS. Signed-off-by: Chris Co <[email protected]>
Co-authored-by: Sharath Srikanth Chellappa <[email protected]>
Co-authored-by: Nick Samson <[email protected]>
#9403) Co-authored-by: Henry Li <[email protected]>
…-6779, CVE-2023-6780 (#9423) Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
#9437) Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
Co-authored-by: CBL-Mariner Servicing Account <[email protected]>
Azure Linux's primary supported container runtime is containerd. We will provide CRI-O as an option for users to try, but will be community maintained in the Extended repository. Signed-off-by: Chris Co <[email protected]>
Renaming package name argparse-manpage -> python-argparse-manpage To be consistent, all python pypi modules are named python- the package argparse-manpage does not follow this convention, updating base package name to be consistent.
jslobodzian
approved these changes
Jun 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./SPECS/LICENSES-AND-NOTICES/data/licenses.json
,./SPECS/LICENSES-AND-NOTICES/LICENSES-MAP.md
,./SPECS/LICENSES-AND-NOTICES/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
What does the PR accomplish, why was it needed?
Change Log
Does this affect the toolchain?
YES/NO
Associated issues
Links to CVEs
Test Methodology