Comment Re:Yeah, right. (Score 1) 534
Unfortunately, many of these errors are _not_ subtle. Let's take Subversion as an example. It is filled with mishandling of user passwords, by storing them in plaintext in the svnserve "passwd" file or in the user's home directory. Given that it also provides password based SSH access, and stores those passwords in plaintext, it's clear that it was written by and is maintained by people who simply _do not care_ about security. Similarly, if you read the code, you will see numerous "case" statements that have no exception handling: they simply ignore cases that the programmer didn't think of.
Please upgrade your installed version of SVN.
Yes, at one point that was true, but it hasn't been for a long time. If I recall correctly, SVN 1.3 or 1.4 started using encrypted passwords on Windows, and as others have stated that data has always been stored in your home directory. SVN on Windows doesn't even use the registry (though the CollabNet installer does add some registry entries if you use it, but they are minimal and only useful for locating the installed versions).