- Provide sample data sets pre-parsed using data-raw scripts
- Included standards: CPE, CVE, CWE, CAPEC, CAR, ATT&CK and SHIELD
- Public function to build a graph
- Removed deprecated nodes in mitre network, kept in standards data frames
- Raw data is downloaded from github repo to avoid official servers rate limitations
- CPE source changed to JSON. It include more references to CVE.
- New function as_igraph that transform mitre list of nodes and edges to igraph
- Rscript to easy automate building latest data sets
- CWE updated to parse v4.4
- Added some unit tests for parsed data sets
- Added network relations schema
- Include CAR in network
- Multiple network cleansing
- Solved minor issues
- Update documentation
- Added vignettes
- Removed missing columns
- Filled missing values
- Normalized network colors and groups
- Network improvements in nodes populating missing data and some enrichment.
- Code style
- Update documentation for CRAN
- New ATT&CK parser from latest definitions from official CTI repositories
- Normalized network adding all standards
- Improved nodes and edges details
- Network include deprecated observations with shadow and dashes
- Developing functions to explore MITRE network
- Normalized network nodes and edges.
- Added function to download latest tidy data sets.
- Added CAR
- Added ATT&CK, CVE, CPE, CWE and CAPEC
- Added a
NEWS.mdfile to track changes to the package.