The only issue I find with this is both disabled rules and negated sections are not carried over. In the HTML, the row is highlighted with at tr description. These are shown as:
<tr class="disabled_rule"><td class="rule_number">1</td>
.disabled_rule {
color: lightgray;
}
.disabled_rule .rule_number:after {
content: "\A[Disabled]";
display: block;
}
.negate:before {
content: "---Negated---\A";
display: block;
color: red;
}
.negate:after {
content: "------------------";
display: block;
color: red;
That yields a grey row with disabled following it. It does not change data "1". So there is no indication that the first rule is disabled (or any sections are negated).
Still trying to figure out if I can use the data query tool to tie in the objects and security file jsons to yield a result.