3

I want to merge an audited fortify .fpr file with the newly scanned .fpr file so that all audits and comments get reflected even in the new file. How do I merge the files using command line? Thanks in advance.

1 Answers1

7

fprutility -merge -project <old.fpr> -source <new.fpr> -f <merged.fpr>

malana
  • 5,045
  • 3
  • 28
  • 41
SBurris
  • 7,378
  • 5
  • 28
  • 36