C# Class PHPAnalysis.Analysis.AST.CustomFunctionHandler

Mostra file Open project: jtvn/Eir-CTLLTL Class Usage Examples

Public Methods

Method Description
CustomFunctionHandler ( Func fileAnalyzer, FunctionAndMethodAnalyzerFactory subroutineAnalyzerFactory ) : System

Private Methods

Method Description
AnalyseCustomFunction ( Function customFunction, ImmutableVariableStorage varStorage, IVulnerabilityStorage vulnerabilityStorage, IList paramActualVals, IIncludeResolver resolver, AnalysisStacks stacks ) : ExpressionInfo

Analyses a custom function in for security issues, with the currenctly known taint for actual parameters.

Method Details

CustomFunctionHandler() public method

public CustomFunctionHandler ( Func fileAnalyzer, FunctionAndMethodAnalyzerFactory subroutineAnalyzerFactory ) : System
fileAnalyzer Func
subroutineAnalyzerFactory PHPAnalysis.Analysis.CFG.FunctionAndMethodAnalyzerFactory
return System