fuzzing-networked-software-data-and-scripts
收藏资源简介:
# fuzzing_activity.db This file consists of data mined using version 0.0.1 of cve-binner (https://gitlab.com/zluudg/cve-binner). It is a SQLite3 database with three tables: the first table is a list of software projects and the corresponding URLs for their source code repositories, the second is a list of CVE identifiers for vulnerabilities related to the projects and the last table is a list of git-commits i.e. changes made to the projects' source code, essentially. # make_plots.py This file is a script for plotting data from "fuzzing_activity.db". It outputs a number of PDFs with plots showing how the projects' have evolved over time. It also outputs a number of tables that can be used with LaTeX. # requirements.txt This file is the list of external Python libraries that "make_plots.py" depends on. They need to be installed before "make_plots.py" can perform its job.



