Need to manually parse through glossary book terms to ensure explanations don't use taboo words
word: "Security Information and Event Management",
taboo: ["SIEM", "Logs", "Analysis", "Correlation", "Alert"],
explanation:
"A system that collects and correlates security logs across an organization to detect threats in real time.",
category: "Cybersecurity",
},
In the aboe exampel, the word 'logs' is used in the explanation despite it being a taboo word.
Need to manually parse through glossary book terms to ensure explanations don't use taboo words
In the aboe exampel, the word 'logs' is used in the explanation despite it being a taboo word.