diff --git a/addons/cia.typ b/addons/cia.typ index af45643..a8ad08d 100644 --- a/addons/cia.typ +++ b/addons/cia.typ @@ -1,4 +1,4 @@ -#let isUsed = state("isUsed", false) +#let isUsed = state("ciaIsUsed", false) // Return the table cell formatted according to its content - for use with CIA values #let colorize(str) = { diff --git a/addons/cvss.typ b/addons/cvss.typ index 92f13e0..69ed363 100644 --- a/addons/cvss.typ +++ b/addons/cvss.typ @@ -1,7 +1,7 @@ #import "../aux/valval.typ": panicOnInvalid #import "cia.typ" -#let isUsed = state("isUsed", false) +#let isUsed = state("cvssIsUsed", false) // Statistics, used e.g. for the management summary #let riskCategories = ( diff --git a/addons/tlp.typ b/addons/tlp.typ index dce53e1..32f34b7 100644 --- a/addons/tlp.typ +++ b/addons/tlp.typ @@ -1,6 +1,6 @@ #import "../aux/valval.typ": panicOnInvalid -#let isUsed = state("isUsed", false) +#let isUsed = state("tlpIsUsed", false) // maps TLP status, color, title, and subtitle #let tlpLightMap = (