GNOME Bugzilla – Bug 339553
gnome_vfs_format_uri_for_display might expose password used
Last modified: 2011-01-16 23:36:29 UTC
While Paolo fixed bug 338173 he identified that the use of gnome_vfs_format_uri_for_display() can expose the password that is used to the user. A quick grep on the gnome sources I had on the disk, I found that your project uses it as well. I hope you can mark this bug NOTABUG and go on with life. I just wanted to bring it to your attention. Bug 339203 has been filed on gnome-vfs to remedy that in the future.
If it's deprecated in gnome-vfs then we can deprecate it in the C++ binding. Otherwise, I don't thinkt there's much for us to do.
It's not exactly deprecated. It just might reveal information, if used "incorrectly". I just wanted to make sure you're aware of it. bakery uses gnome-vfsmm, which in turn is used by glom and prefixsuffix (of the top of my head). Feel free to close it, if you can't reproduce the issue or don't see how this could be improved in any way.
This doesn't seem to be relevant to gtkmm/gnomemm. We just wrap the API we are given.