|
|
|
|
|
by DrJokepu
6111 days ago
|
|
I'm no security expert but I'm not sure if I get it - assuming that your code is well written, how would exposing the source code and change history make it more vulnerable? By using this logic, every piece of open source software is "vulnerable". Security through obscurity is not really security. I thought not checking in safety critical things such as passwords or keys into the repository tree is a standard practice. If it's not, it should be. |
|
If the threat is finding vulnerability, then you are right. If the threat is leaking the source code to the competition, then it is a serious matter.
Also, keep in mind the deployed source code is different than just the source code; it usually contains things like the database credentials and such.