Fix collision in name of states

This commit is contained in:
maride 2026-02-03 19:00:07 +01:00
parent 5ad469d6e7
commit 1022728515
3 changed files with 3 additions and 3 deletions

View File

@ -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) = {

View File

@ -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 = (

View File

@ -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 = (