Z204: FORBIDDEN_TERM¶
-
Severity: Error
Penalty: 0.0 points | Category:
general -
Remediation & Opt-In
Auto-Fixable: No | Opt-In: No
Rationale¶
This security and governance rule is triggered when a prohibited string or restricted term (configured via forbidden_patterns in .zenzic.toml) is detected within documentation source files.
It enforces brand compliance, inclusive language policies, and confidential keyword restrictions across all published pages.
How to Fix¶
Inspect the flagged location in the Markdown file and update the content or configuration:
-
Failing Pattern (Triggers Z204)
-
Passing Pattern (Resolves Z204)
Configuration¶
.zenzic.toml
# .zenzic.toml - Configure forbidden term regex patterns
forbidden_patterns = [
"(?i)\bProjectOmniInternal\b",
"(?i)\bconfidential_secret\b",
]
Reference¶
See the Finding Codes Index for finding code details.