Vulnerability Method Matches table (vulnerability_method_matches
)
Column | Type | Description |
---|---|---|
called_function
|
text |
Name of the vulnerable function call in your code that makes the vulnerability reachable. |
id
|
int8 | ID. |
line_number
|
integer | Line number in your code where the vulnerable function is called. |
project_version_id
|
UUID | UUID of the project version where the reachable vulnerability appears. |
qualified_name
|
text |
Name of the class the function is called on. |
vuln_id
|
text | Vulnerability ID, such as BDSA-2020-1234. |
vuln_source
|
text |
Source of the vulnerability. For vulnerability impact analysis, the value is BDSA. |