Beagle is a static analysis tool that finds bugs in Java programs. It works by analyzing the bytecode of a Java program and looking for potential security vulnerabilities such as null pointer exceptions, resource leaks, and SQL injection flaws. Beagle can be used to find bugs in both open source and proprietary Java applications.
CONTINUE READING >