Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 386
Bhargavi Gopalachar Avatar asked Dec 31 '25 19:12

Bhargavi Gopalachar


1 Answers

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

like image 134
SBurris Avatar answered Jan 06 '26 11:01

SBurris



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!