[Fortify]XML 리포트에서 Issue 갯수 뽑아내기
■ XML 리포트 생성방법 test.fpr → test.xml 로 변환할 경우. <Fortify 설치 디렉토리>/bin/reportgenerator -format xml -filterSet "Quick View" -source test.fpr -f test.xml 16.10 버전: (XML포맷을 더 이상 지원안하고 대신 XLS를 지원) BIRTReportGenerator -format XLS -template "Developer Workbook" -filterSet "Security Auditor View" -source test.fpr -output test.xls ■ XML 리포트에서 취약점 갯수만 뽑아내는 방법 […]
[Fortify]XML 리포트에서 Issue 갯수 뽑아내기 더 읽기"