项目作者: Semiu

项目描述 :
Analysis of Java's Common Vulnerabilities and Exposures in GitHub's projects
高级语言: Jupyter Notebook
项目地址: git://github.com/Semiu/java-codesecurity.git
创建时间: 2021-01-20T20:45:50Z
项目社区:https://github.com/Semiu/java-codesecurity

开源协议:MIT License

下载


Text and Static Analysis of Java’s Common Vulnerabilities and Exposures in GitHub’s Projects.

Vulnerabilities tokens

The details of this project can be found in the java-cve-analysis folder. This is a completed research project for the award of MS Software and Security Engineering, North Dakota State University.

The javavultextdata contains different data on Java CVE descriptions. The most important is the mitrejavacve.csv which is the Java CVEs scraped from the MITRE website.

This can be updated by running the java-cve-analysis/1-data-scraping-curating/javacvedatascraper.py script.