Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DataClassificationPatterns []byte
DataClassificationPatterns holds the raw byte content of the 'data_classification_patterns.yaml' file.
This variable is populated at compile-time using the Go 'embed' directive. By baking the YAML directly into the binary, we ensure that the security policies are immutable and cannot be tampered with on the host filesystem without recompiling the application.
Usage:
// Pass these bytes directly to yaml.Unmarshal err := yaml.Unmarshal(enforcement.DataClassificationPatterns, &targetStruct)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.