Altering FPR Files

Use the FPRUtility -trimToLastScan option to remove the previous scan results from a merged project (FPR). This reduces the size of the FPR file when you no longer need the previous scan results. This can also reduce the time it takes to open an FPR in Fortify Audit Workbench.

To remove the previous scan from the FPR:

FPRUtility -trimToLastScan -project <merged_project>.fpr [-f <output>.fpr]

FPRUtility Alter FPR File Options

FPRUtility Option Description
-trimToLastScan Removes the previous scan results from a merged project.
-project <merged_project>.fpr

Specifies the merged FPR to alter. If this project is not a merged project, then the FPR file remains unchanged.

-f <output>.fpr Specifies the name of the altered output file.

If you do not specify this option, then the merged FPR is altered.