Third Party Code Review?
An Anonymous Coward asks: "It looks like our sale-person is about to land a big contract with a very large US Bank, however there is a large catch in that the bank is demanding that we let them do a full audit on the source code of the software application we are selling them. After the recent rash of identity thefts of credit card and other personal info, they now mandate that all internet facing applications that store potentially private information have to have a full source code audit. This includes software from 3rd party vendors such as my company. They want to run our Java code through some software called Fortify (we looked up the price -- around $80,000) and also do a manual analysis of the code. This software is our company's life-blood. We would be ruined if it fell into a competitor's hands. We aren't storing private information about their customer's; all of the information can be found from government county auditor web sites. I understand their point of view, but it is a very scary step for us to take. Has anyone else done this and how did it work out?"
Get the bank to sign an NDA, and sue the pants off of them if they leak your source.
After all, I am strangely colored.
Wrong product.
* Closed source is proven to be far more secure in the real world than source that has been picked through by numerous people.
:) lighten up.
OK, this is flamebait,
Well the gp wasnt flamebait but funny
I've done quite a lot of this over the years, and I can see how you'd find it scary. here's the key things:
* get a good tight NDA from the auditors
* get a well-respected firm to do it, one that has something to lose. Someone like Ernst-Young.
* insist on it being done on your site, and that you receive all work products at the end of the audit. This won't keep someone from walking off with a copy of the code anyway (not when you can buy a 2 gig USB key for a hundred bucks) but will strengthen your case if anything does get pirated.
* Look for a firm that doesn't have a software business in your area of expertise. You don't need to be buildign bank apps to audit the code; if you pick someone who doesn't have bank apps in their product line, and they suddenly start some after the audit, you'll have a good hint that there's a balrog in the woodpile.
The whole Sarbanes-Oxley regulations really leave the bank (or any financial institution) with little choice; they are legally required to guarantee the security and accountability of their systems, without being able to audit your code, they cannot give such guarantee and thus cannot use your system whilst still following Sarbanes-Oxley regulations.
So you've only got two choices: "Let them audit the code" or "Lose a customer".
FYI, I work as a programmer at a bank.
Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
Acutally its called R/3, and you do have the source code for it. Its delivered with the system (many millions of lines of ABAP source code), as are the development tools, debugger, api documentation and everything!
Let me clarify - the source code for the kernel is not included - but for the bits that you would actually care about, the business applications that run your company, the full source code is there in the system. The first time you access a transcation after an upgrade you can sometimes see the little 'compiling' message in the status bar...
I work for a lab that does seurity reviews and evaluations. There are a few things you might want to consider:
http://erichsieht.wordpress.com/category/english/
Banks and other big companies aren't stupid. They're really good at making money. Fixing bugs, especially security bugs, after software has shipped or gone live on the internet is extremely expensive. So these security products must be finding actual problems and giving a good ROI or I doubt they would be dishing out $80k.