Gossamer Forum
Home : General : Chit Chat :

Open Source = Security?

Quote Reply
Open Source = Security?
I just wanted an opinion from you all.

At what point does open source become a security risk?



Thanks!
Quote Reply
Re: [Teambldr] Open Source = Security? In reply to
>>
At what point does open source become a security risk?
<<

When your code becomes insecure :)
Quote Reply
Re: [Paul] Open Source = Security? In reply to
So Paul, are you saying that the level of security is in direct relation to the level of your code?
Quote Reply
Re: [Teambldr] Open Source = Security? In reply to
Well obviously if your code is insecure then making it open source is a security risk.

>>are you saying that the level of security is in direct relation to the level of your code?<<

To a degree but it then depends what your code is for and what it relies on...for example if your code is a perl script using several modules by other authors..if your code is good you still have to rely on the code of the external modules being good too.

Last edited by:

Paul: Jun 29, 2002, 9:23 AM
Quote Reply
Re: [Paul] Open Source = Security? In reply to
So it is the weakest link that dictates the level of security and if using shared resources the issue gets exacerbated.

Do you and other developers scrutinize the security of shared resources prior to use in your own developments?
Quote Reply
Re: [Teambldr] Open Source = Security? In reply to
In terms of "shared resources", there is always a risk in someone inserting insecure codes or deleting secure codes (as Paul pointed out).

One method of alleviating these types of problems is using source control software and ensure that developers insert comments and give a complete history of the changes they've made. Nice thing of source control software, like Visual SourceSafe, is that you can restore to earlier versions of files in case one gets totally hosed.

Of course, this is only in the context of "shared resources", using source control systems for open source scripts and apps is not realistic.
========================================
Buh Bye!

Cheers,
Me
Quote Reply
Re: [Teambldr] Open Source = Security? In reply to
Keep in mind that the code from open source products are viewed by thousands of people, and security holes are genereally discovered and fixed fairly quickly. Unless you are using a really unusual module, chances are that is is very secure.

It is definatly the weakest link that dictates the level of security. Hackers speacilise in finding a systems weakest link, and utlising it to access the system.
Cheers,
Michael Bray