lanej / you_track

YouTrack 6.x API Ruby Client
MIT License
0 stars 3 forks source link

Password is displayed in plain text #4

Open ehowe opened 9 years ago

ehowe commented 9 years ago

When you look at the YouTrack::Client::Real object, the password is displayed in plain text. We should probably figure out how to redact this when inspecting the object

lanej commented 9 years ago

we'd have to override #inspect.

i'm not sure this is a huge issue, since the only way to have access to the client object is to have access to whatever set it up, which has the password in plaintext anyways.