Name: exploitable Version: 1.01 Release: 2%{?dist} Summary: Classifies Linux application bugs by severity Group: Development/Libraries License: MIT URL: http://www.cert.org/vuls/discovery/triage.html Source0: http://www.cert.org/download/triage/CERT_triage_tools-1.01.tar.gz BuildArch: noarch BuildRequires: python BuildRequires: python2-devel Patch1: exploitable-github.patch Patch2: exploitable-crlf.patch Requires: gdb %description The CERT Triage Tools can be used to assist software vendors and analysts in identifying the impact of defects discovered through techniques such as fuzz testing and prioritizing their remediation in the software development process. The CERT Triage Tools include a GNU Debugger (GDB) extension called "exploitable" that classifies Linux application bugs by severity and a wrapper script for batch execution. %prep %setup -q -n CERT_triage_tools-%{version} %patch1 -p1 %patch2 -p1 %build # empty %install make install DESTDIR=%{buildroot} %files %dir %{_datarootdir}/triage-tools/ %{_bindir}/cert-triage %{_datarootdir}/gdb/python/gdb/command/exploitable_gdb.py* %{_datarootdir}/triage-tools/* %doc AUTHORS.txt README.txt LICENSE.txt %changelog * Thu Sep 27 2012 Josh Bressers - 1.01-2 - Addresses some packaging concerns #832698 * Sat Jun 16 2012 Josh Bressers - 1.01-1 - Initial packaging