d3fend / d3fend-ontology

This repository holds the necessary content to produce the D3FEND ontology distribution.

Home Page:https://d3fend.mitre.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create consistency checker to ensure only completed technique entries in matrix.json that all.json are consistent

hack-sentinel opened this issue · comments

Create consistency checker to warn on / block release if inconsistencies in matrix.json and all.json.

  • Only completed entries that will be displayed in matrix are present in matrix.json

    • Entries that did not have references could be in the data, but would not be presented. The checker should warn if there are any entries that are not completed with reference created and linked.
  • The techniques present in all.json should be same set as those in matrix.json

Related to: #250 #251 #252 #253