Using an Application Name and Version to Upload FPR Files
To upload an FPR into a Fortify Software Security Center applicationA customer codebase evaluated by Fortify software. The top-level container for one or more application versions. When you work with a new codebase, the application and first application version are automatically created. An application includes one or more application versions that users create and configure. version using the application name and version:
- Navigate to the
ssc_install_dir>
/Tools/fortifyclient/bin
directory. -
Run the following:
fortifyclient ‑url <ssc_url> ‑authtoken <token> uploadFPR ‑file <fpr_name> ‑project <app_name> ‑version <app_version>
where