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
User contributions
- 15:56, 5 January 2009 (diff | hist) . . (+152) . . N Talk:Trust Boundary Violation (New page: Another control could be using Hungarian notation to denote unsafe variables: [http://en.wikipedia.org/wiki/Hungarian_notation Apps Hungarian notation].) (current)
- 15:53, 5 January 2009 (diff | hist) . . (+91) . . N Talk:Unchecked Return Value: Missing Check against Null (New page: a control could be using "CONSTANT".equals(variable) instead of variable.equals("CONSTANT")) (current)
- 15:48, 5 January 2009 (diff | hist) . . (+182) . . N User:Arjanl (New page: Arjan Lamers is a Java developer and project lead, currently working at [http://www.first8.nl First8 BV]. He is specialized in large scale integration projects with a security focus.) (current)
- 15:46, 5 January 2009 (diff | hist) . . (+227) . . N Talk:Unreleased Resource (New page: an even more vicious example for java is the following: { Runtime rt = Runtime.getRuntime(); Process p = rt.exec("ls"); } This implicitely creates three opened streams (input, ou...) (current)
- 14:54, 5 January 2009 (diff | hist) . . (+460) . . N Talk:Insecure Randomness (New page: The example isn't very wel chosen in my opinion: a better PRNG (e.g. SecureRandom for Java) doesn't really help in this example since the seed can be pretty easily guessed. It exposes othe...) (current)
- 14:22, 5 January 2009 (diff | hist) . . (+141) . . N Talk:Dead Code: Broken Override (New page: a control could be: using the @Override annotiation (since Java 1.5). Most static code analysers like findbugs will signal missing @Override.) (current)