[MNG-8379] Decrypt all of settings on building it#1913
Merged
cstamas merged 6 commits intoapache:masterfrom Nov 16, 2024
Merged
[MNG-8379] Decrypt all of settings on building it#1913cstamas merged 6 commits intoapache:masterfrom
cstamas merged 6 commits intoapache:masterfrom
Conversation
The decryption should happen transparently, also, resolver should not decrypt for itself only, whole maven should have access to all. --- https://issues.apache.org/jira/browse/MNG-8379
The "border of trust" is Maven process according to Maven Security Model.
Member
Author
|
LGTM! Thanks! |
gnodet
approved these changes
Nov 15, 2024
|
Resolve #9475 |
This file contains hidden or 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
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.
The decryption should happen transparently, also, resolver should not decrypt for itself only, whole maven should have access to all.
This PR also disables Maven 3.0 IT MNG-4459 as Maven4 stops with this "security through obscurity" (keep encrypted pw in memory kinda for "security reasons" but in reality any mojo or extension can decrypt anything they want).
https://issues.apache.org/jira/browse/MNG-8379