Skip to content

jpiechowka/owasp-dep-check-2-docx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

owasp-dep-check-2-docx

Parse OWASP Dependency Check reports and create docx document with summary of vulnerabilities

Requirements

Python-docx is required to run this script (https://python-docx.readthedocs.io/en/latest/). It can be installed by running pip install python-docx

Usage

  1. Create OWASP Dependency Check report in CSV format (https://jeremylong.github.io/DependencyCheck/). --format CSV command line argument can be used when using CLI.
  2. Move report file to owasp directory alongside the script
  3. Run python3 ./owasp-dep-check-2-docx.py

About

Parse OWASP Dependency Check reports and create docx documents with summary of vulnerabilities

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages