org.owasp.orizon.jericho
Class Jericho
java.lang.Object
org.owasp.orizon.O
org.owasp.orizon.jericho.Jericho
public class Jericho
- extends O
This is Jericho main engine class
- Since:
- 0.53.1
- Author:
- sp0nge
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jericho
public Jericho(Source s)
setProperties
public void setProperties(java.util.HashMap<java.lang.String,java.lang.String> p)
getLibraryContent
public static java.lang.String getLibraryContent()
getChecksCount
public static int getChecksCount()
review
public boolean review()
- Review the code for security issues.
- Returns:
- true if the file being reviewed doesn't violate any
security check, false otherwise.
getReport
public Report getReport()
readXmlNode
public boolean readXmlNode(org.w3c.dom.Node n)
- Description copied from class:
O
- As far from version 0.62 all items must be responsible for XML Node
reading routine. Source class must be able to instantiate an object
passing XML Node as parameter and having that code read
- Specified by:
readXmlNode
in class O
- Parameters:
n
- the node being read
- Returns:
- true if xml node is well formed and correctly read, or
false otherwise.