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

Artifacts in release log #1839

Closed
l3r8yJ opened this issue Jan 3, 2024 · 2 comments
Closed

Artifacts in release log #1839

l3r8yJ opened this issue Jan 3, 2024 · 2 comments

Comments

@l3r8yJ
Copy link

l3r8yJ commented Jan 3, 2024

For some reason rultor adds Nm to some log lines, where N is some number

https://www.rultor.com/t/37731-1875632253

also, i'm not sure that it should write to logs sensitive data like

Downloaded1from6central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 849 kB/s)
[1;34mINFOm] Signing 4 files with 7CB1AB3A1EA0B2B2 secret key.
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: starting migration from earlier GnuPG versions
gpg: porting secret keys from '/home/r/secring.gpg' to gpg-agent
gpg: key 7CB1AB3A1EA0B2B2: secret key imported
gpg: migration succeeded
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
gpg: WARNING: unsafe permissions on homedir '/home/r'
[1;34mINFOm] 
@l3r8yJ
Copy link
Author

l3r8yJ commented Jan 3, 2024

@yegor256 take a look, please

@yegor256
Copy link
Owner

yegor256 commented Jan 4, 2024

@l3r8yJ run mvn with --batch-mode and you won't see the m letters. As for the sensitive information, the 7CB1AB3A1EA0B2B2 number is just the ID of the private key, not the content of it, don't worry

@yegor256 yegor256 closed this as completed Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants