Owasp Orizon is a tool to perform static analysis for source code written in Java programming language.
Source code contains bugs and vulnerabilities. From a statistical point of view, this is an assuption. A static analysis tool will help the application security specialist, to spot vulnerabilities and help development team in creating security patches.
Owasp Orizon is a security source code analyzer tool designed to help either application security engineers, analysts rather then developers to spot security issues in a given code.
More a reminder than a real doc here
java -Dlog4j.configurationFile=./log4j2.xml -jar target/owasp-orizon-1.0-SNAPSHOT.jar
To be written