Using an Application Name and Version to Upload FPR Files

To upload an FPR into a Fortify Software Security Center application version using the application name and version:

  1. Navigate to the ssc_install_dir>/Tools/fortifyclient/bin directory.
  2. Run the following:

    fortifyclient ‑url <ssc_url> ‑authtoken <token> uploadFPR ‑file <fpr_name> -application <app_name>, -applicationVersion <version_name>.

    where

    <ssc_url> represents the URL of the Fortify Software Security Center instance
    (see About Specifying the Fortify Software Security Center URL)
    <token>

    represents a valid fortifyclient authentication token

    <fpr_name>

    represents the full path and name of the FPR file with its extension

    <app_name>

    represents the Fortify Software Security Center application name

    <version_name>

    represents the Fortify Software Security Center application version that corresponds to the specified application name

See Also

Using an Application Identifier to Upload FPR Files