Class FindVulnerableSecurityCheckMethods

All Implemented Interfaces:
Detector, Priorities, org.apache.bcel.classfile.Visitor

public class FindVulnerableSecurityCheckMethods extends OpcodeStackDetector
This detector finds all the vulnerable methods which uses Security Manager to perform some security check but are declared non-final and non-private in a non-final class. Please see @see SEI CERT MET03-J
Author:
Nazir, Muhammad Zafar Iqbal