Package burp.api.montoya.scanner.bchecks
Interface BChecks
public interface BChecks
Provides access to functionality related to BChecks.
-
Method Summary
Modifier and TypeMethodDescriptionimportBCheck
(String script) This method can be used to import a BCheck.importBCheck
(String script, boolean enabled) This method can be used to import a BCheck.
-
Method Details
-
importBCheck
This method can be used to import a BCheck. By default, these will be enabled if the script imports without errors.- Parameters:
script
- the BCheck script to import- Returns:
- The
BCheckImportResult
which contains the result of importing the BCheck.
-
importBCheck
This method can be used to import a BCheck.- Parameters:
script
- the BCheck script to importenabled
- whether the script should be enabled after successful import- Returns:
- The
BCheckImportResult
which contains the result of importing the BCheck.
-