Skip to content

Utility for converting Findbugs, ESLint and PMD XML results into HP Fortify FPRs

License

Notifications You must be signed in to change notification settings

GDSSecurity/Convert2FPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convert2FPR

The application is packaged in a single jar and can be used as follows:

$ java ‐jar convert2FPR.jar findbugs report.xml

To supply a custom messages.xml file, use as follows:

$ java ‐jar convert2FPR.jar findbugs messages.xml report.xml

The output file, in both cases is ./report.fpr .

The first parameter (findbugs) represents the input format and maps the correspondent XSL.

Available formats:

  • findbugs
  • findbug-fast (converts security issues only)
  • eslint
  • pmd

About

Utility for converting Findbugs, ESLint and PMD XML results into HP Fortify FPRs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published