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

Category:OWASP LAPSE Project

From OWASP
Revision as of 21:28, 24 August 2006 by Oberon (talk | contribs)

Jump to: navigation, search

Overview

LAPSE stands for a Lightweight Analysis for Program Security in Eclipse. LAPSE is designed to help with the task of auditing Java J2EE applications for common types of security vulnerabilities found in Web applications. LAPSE was developed by Benjamin Livshits as part of the Griffin Software Security Project.

LAPSE targets the following Web application vulnerabilities:

   * Parameter manipulation        * SQL injections
   * Header manipulation           * Cross-site scripting
   * Cookie poisoning              * HTTP splitting
   * Command-line parameters       * Path traversal  

What should you do to avoid these vulnerabilities in your code? How do we protect Web applications from exploits? The proper way to deal with these types of attacks is by sanitizing the tainted input. Please refer to the OWASP guide to find out more about Web application security.

If you are interested in auditing a Java Web application, LAPSE helps you in the following ways:

   * Identify taint sources
   * Identify taint sinks
   * Find paths between sources and sinks 

LAPSE is inspired by existing lightweight security auditing tools such as RATS, pscan, and FlawFinder. Unlike those tools, however, LAPSE addresses vulnerabilities in Web applications. LAPSE is not intended as a comprehensive solution for Web application security, but rather as an aid in the code review process. Those looking for more comprehensive tools are encouraged to look at some of the tools produced by Fortify or Secure Software.

For now, LAPSE is housed at http://suif.stanford.edu/~livshits/work/lapse/

Goals

TBD

Download

TBD

Features

TBD

Future Development

TBD

News

OWASP LAPSE Project Created! - 09:37, 22 August 2006 (EDT)

OWASP is proud to announce the creation of the OWASP LAPSE project!


Project Contributors

TBD

Project Sponsors

TBD

This category currently contains no pages or media.