fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
31 stars 18 forks source link

FoD: DAST Automated Initial Implementation #506

Open kadraman opened 8 months ago

kadraman commented 8 months ago

Add commands for invoking DAST Automated API. The following additional commands should be included under the dast-scan entity:

  cancel               (PREVIEW) Cancel a DAST scan.
  setup-website        (PREVIEW) Configure DAST Automated Website scan for the release.
  setup-workflow       (PREVIEW) Configure DAST Automated Workflow scan for the release.
  setup-api            (PREVIEW) Configure DAST Automated API scan for the release.
  get-config           (PREVIEW) Get current DAST Automated scan configuration.
  start                (PREVIEW) Start a new DAST Automated scan.
  upload-file          (PREVIEW) Uploads a file for use with DAST Automated scans.

Since DAST Automated is essentially a work in progress all commands should be marked as preview.