Suppose the app you are working on is specially designed for a customer to meet a particular 'in-house' need, such as data processing of payroll information. This application will not be distributed publicly and will reside on internal networks only. (Theoretically the internal network should remain 100% secure.) How much effort should a developer spend on IA in this case? Lets say the database is SQL, would you worry about preventing an SQL injection attack in this situation?
I would love to hear some feedback from developers who work on none web-centric (I can't think of a better term right now, though none web-centric is not completely right. Its more like none distributed or none public or something along those lines.) type programs and how much effort do they put into security.
As an addendum, how would you justify this need to a manager type?
I am currently doing a case study of the necessity of IA for 'in house' software development so any answer would be greatly appreciated.