fortify / fcli

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

`fcli sc-sast` commands try to invoke Controller endpoints using SSC URL #353

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

It looks like this was a recently introduced bug as only the develop branch seems to be affected by this; the 2.0.0-beta branch seems fine. The AbstractSCSastUnirestInstanceSupplierMixin::getControllerUnirestInstance() method incorrectly invokes SCSastUnirestHelper::configureSscUnirestInstance() instead of SCSastUnirestHelper::configureScSastControllerUnirestInstance(). This bug likely results in most or all sc-sast commands failing.

rsenden commented 1 year ago

For reference, looks like this bug was introduced in commit 3799fa87896e660e858500a7cc071ded465f6666