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.
fprutility -merge -project <old.fpr> -source <new.fpr> -f <merged.fpr>