This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "Outsourced software developer"

From OWASP
Jump to: navigation, search
(Related Threats)
Line 1: Line 1:
 
{{template:CandidateForDeletion}}
 
{{template:CandidateForDeletion}}
[[Category:FIXME|Marked for deletion because it's a duplicate]]
+
<!--Marked for deletion because it's a duplicate-->
 
<br>
 
<br>
 
[[Category:OWASP ASDR Project]]
 
[[Category:OWASP ASDR Project]]

Revision as of 12:29, 5 March 2009

Template:CandidateForDeletion


ASDR Table of Contents

Description

Outsourced software developers are hired to write code to a specification provided by the procuring company. Their deliverable may include source code, but is sometimes only a compiled version of the application.

A malicious developer is one of the most difficult threats to deal with, as it is extremely difficult to identify malicious code. A talented attacker will make attacks look exactly like an inadvertent error for plausible deniability. In addition, malicious code may be obfuscated to prevent easy detection. Some techniques include spreading an attack throughout a software baseline, using inheritance and class loading tricks to hide calls, and even formatting tricks.

An outsourced software developer may have no ties with the procuring company and may see an opportunity to steal information or money via a software attack.

Examples

  • Java software developer
  • SQL developer
  • Mainframe developer

Related Threat Agents

Related Attacks