Uses of Interface
pascal.taie.analysis.pta.plugin.taint.Source
Packages that use Source
-
Uses of Source in pascal.taie.analysis.pta.plugin.taint
Classes in pascal.taie.analysis.pta.plugin.taint that implement SourceModifier and TypeClassDescriptionfinal record
Represents sources which generates taint objects at method calls.final record
final record
Represents sources which generate taint objects on method parameters.Methods in pascal.taie.analysis.pta.plugin.taint that return types with arguments of type SourceModifier and TypeMethodDescriptionTaintConfig.sources()
Returns the value of thesources
record component.TaintConfigProvider.sources()
Constructor parameters in pascal.taie.analysis.pta.plugin.taint with type arguments of type SourceModifierConstructorDescriptionTaintConfig
(List<Source> sources, List<Sink> sinks, List<TaintTransfer> transfers, List<ParamSanitizer> paramSanitizers, boolean callSiteMode) Creates an instance of aTaintConfig
record class.