Posts Tagged ‘cc.rb’

Securing CC.rb from the world

Posted Thursday, August 28th, 2008 by Eric Pugh

I love CruiseControl.rb, but one of the things I’ve found is that it exposes via the web interface a lot of what is potentially confidential data. From the cruise_config.rb containing accounts on our SVN server, to being able to browse source files, which would include database.yml, again, exposing usernames and passwords.
(more…)