Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 280478 - emerge --info shares private information (passwords)
Summary: emerge --info shares private information (passwords)
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-05 17:28 UTC by Luke-Jr
Modified: 2021-01-13 10:25 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke-Jr 2009-08-05 17:28:12 UTC
PORTAGE_ELOG_JABBERFROM="tsurukikun@dashjr.org:N7F7MpTuaMS7h6Wcu3omdEoTa"       

the password should be filtered out -.-
Comment 1 Zac Medico gentoo-dev 2009-10-18 09:21:27 UTC
We have a regex that does something like this in portage.fetch():

writemsg_stdout(_(">>> Downloading '%s'\n") % \
re.sub(r'//(.+):.+@(.+)/',r'//\1:*password*@\2/', loc))
Comment 2 Gabriel 2021-01-13 10:25:01 UTC
This is also true for overlay URL's, if you are lazy like me and insert passwords there to avoid typing them every time you sync. e.g., sync-uri: https://user:myverysecretpassword@example.com/hg/personal-overlay