| Package | Description |
|---|---|
| com.h3xstream.findsecbugs.taintanalysis |
| Modifier and Type | Class and Description |
|---|---|
class |
TaintClassConfig
Summary of information about a class related to taint analysis,
allows to configure default behavior for return types and type casts.
|
class |
TaintMethodConfig
Summary of information about a method related to taint analysis.
For loading sinks files please see SinksLoader |
class |
TaintMethodConfigWithArgumentsAndLocation
Summary of information about a taint analysis method with configured arguments and location of the call.
Can be used to fine-tune false-positives in specific classes. Examples: javax/servlet/http/HttpServletRequest.getAttribute("applicationConstant"):SAFE@org/apache/jsp/edit_jspjavax/servlet/http/HttpServletRequest.getAttribute(UNKNOWN):SAFE@org/apache/jsp/constants_jsp |
| Modifier and Type | Method and Description |
|---|---|
TaintTypeConfig |
TaintTypeConfig.load(String taintConfig)
Initializes the taint config object from String
|
Copyright © 2017. All rights reserved.