Skip to content

Comment on Using SVN makes your site extremely vulnerable

Comments

tl;dr Don't accidentally leave an svn working copy available to the internet, it could be a security vulnerability.

Actually, TFA isn't about svn repositories but about using working copies for your production site, and leaving .svn world-readable. svn repositories tend to at least use some kind of HTTP auth (if not https or ssh), but a world-readable .svn means your whole project is available.

Yup, exactly. s/repositories/working copies/. I've been using git/hg too much lately.

Yes that was my thought too - at first I figured the translation was garbling what they were saying; I guess not.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.