fortify / fcli

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

FoD DAST Automated Initial Implementation #509

Closed kadraman closed 5 months ago

kadraman commented 5 months ago

Implementation of commands to support DAST Automated initial implementation (#506):

Commands:

  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.
  ... existing commands ...

DAST Automated is now officially available in 24.1 (as of January 2024) and these commands have been tested with this release, however they have been marked as PREVIEW because there are probably quite a few iterations of DAST Automated to be carried out until it is stable.

rsenden commented 5 months ago

Manually merged.