Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 973 Bytes

REQUIREMENTS.md

File metadata and controls

17 lines (15 loc) · 973 Bytes

System requirements for gathering CVEfixes from scratch

  • minimum disk space requirement: 5GB
  • Interpreter: Python v3.8 or v3.9 on Inter Mac or Ubuntu 20.04LTS (Aug 2022: Python v3.10 cannot resolve the requirements)
  • Database: SQLite v3.x
  • Python packages:
    • The main requirements for collection are pandas, numpy, PyGithub, PyDriller, and guesslang. The example jupyter notebook adds seaborn and matplotlib.
    • We provide minimally constrained versions of required packages in
    • In addition, we provide "frozen" versions that list the actual versions at the time of development as respectively requirements.frozen.txt and environment.frozen.yml
    • note that other versions of these packages may work but have not been tested