Documentation ¶
Overview ¶
Package context offers a set of methods which permit components to
add information about the context of each vulnerability this information is highly depended on the actual vulnerability and the component. For example for SAST components, context can be a call graph or a few lines of code before and after the line that triggered the finding. For DAST components it can be a serialised request/response.
Index ¶
Constants ¶
View Source
const DefaultLineRange = 10
DefaultLineRange controls how many lines of code context will be returned by default
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.