Search code examples
commandfortify

How do I merge the audited fpr file with the newly scanned fpr file using the command line?


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.


Solution

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