Skip to content

mh0x/cwetree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CWEtree

A visualisation of the Common Weakness Enumeration (CWE) based on d3.layout.tree, where nodes are weaknesses and edges indicate specialisation. Supports the views: Development Concepts, Research Concepts, Architectural Concepts.

CWEtree Screenshot

Install

git clone https://github.com/mh0x/cwetree.git

Launch

Open html/index.html in a HTML5-compliant web browser.

Update

Run cwetree.py to update the visualisation (e.g. post CWE v3.1). Requires Python 3.

usage: cwetree.py [-h] [-q] [-d DIR]

optional arguments:
  -h, --help         show this help message and exit
  -q, --quiet        suppress messages sent to stdout
  -d DIR, --dir DIR  output directory path (default: html/js)

License

MIT © 2018 mh0x