ShiftLeft CORE
ShiftLeft CORE Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Integrate ShiftLeft CORE code analysis platform with Cortex XSOAR. This integration was integrated and tested with v4 api of ShiftLeft CORE.
#
Configure ShiftLeft CORE in CortexParameter | Description | Required |
---|---|---|
ShiftLeft Organization Id | You can find this under Account Settings -> Org ID | True |
ShiftLeft Access Token | You can find this under Account Settings -> Access Token | True |
Use system proxy settings | Use system proxy settings. | False |
#
CommandsYou can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
shiftleft-list-appsReturn list of apps.
#
Base Commandshiftleft-list-apps
#
InputThere are no input arguments for this command.
#
Context OutputThere is no context output for this command.
#
Command Example!shiftleft-list-apps
#
Human Readable Output#
shiftleft-list-app-findingsReturn list of app findings.
#
Base Commandshiftleft-list-app-findings
#
InputArgument Name | Description | Required |
---|---|---|
app_name | App name. | Required |
severity | Severity of findings. Possible values are: critical, moderate, info. Default is critical. | Optional |
type | Findings Type. Possible values are: vuln, secret, insight, extscan, oss_vuln. Default is vuln. | Optional |
version | App version. | Optional |
#
Context OutputThere is no context output for this command.
#
Command Example!shiftleft-list-app-findings
#
Human Readable Output#
shiftleft-list-app-secretsReturn list of app secrets.
#
Base Commandshiftleft-list-app-secrets
#
InputArgument Name | Description | Required |
---|---|---|
app_name | App name. | Required |
version | App version. | Optional |
entropy | Entropy. | Optional |
#
Context OutputThere is no context output for this command.
#
Command Example !shiftleft-list-app-secrets app_name=myapp123