• fcli issue updating processing rules

    I'm trying to programmatically create applications in the Fortify Software Security Center (using 23.1.2.0005). I know there is a REST API, but I assume the fcli tool is the recommended approach however I’m struggling to set up a new application with…
  • Fcli unable to create sc-sast session

    Hello, i'm trying to integrate Fortify SSC into my gitlab pipeline but i didn't work for me. this is my pipeline script : fortify-sast-scancentral : image : fortifydocker/fortify-ci-tools:latest variables : SC_SAST_SENSOR_VERSION : '23.1'…
  • FCLI issue new feature copyCurrentState

    Hello, I'm developing a new feature for FCLI. This feature is copyCurrentState. I generate the jar file with Gradle and Java 17. After login using FCLI and copy current state from one application version to another one, the current state is copied…
  • fcli unable to create a session

    when trying to connect to ssc session using fcli, it fails to connect and this is the error. Any idea how to resolve this please .\fcli.exe : com.fortify.cli.common.rest.runner.UnexpectedHttpResponseException: At line:1 char:1 + .\fcli.exe ssc session…
  • Fortify CLI error

    Hi, I am encountering a problem with the fcli command that I am running. I am trying to start a scan and attach it to an application: + /opt/Fortify/fcli/bin/fcli sc-sast scan start --appversion 3 -p packageWebgoat --sensor-version 22.2.0.0130…
  • fcli vulnerability details

    Hi, I'm trying to create a security gate in a script using fcli. I need to get the vulnerabilities which are audited and they aren't in the state "Not an Issue". Now I can get the vulnerabilities grouped by priority but not the vulnerabilities details…