fix(governance): 補齊 P2-141 S4.9 owner 欄位
This commit is contained in:
@@ -269,6 +269,13 @@ def _require_no_forbidden_display_terms(payload: Any, label: str) -> None:
|
||||
"chain_of_thought",
|
||||
"authorization_header",
|
||||
"secret_value",
|
||||
"工作視窗",
|
||||
"內部協作",
|
||||
"原始提示詞",
|
||||
"私有推理",
|
||||
"原始 runtime payload",
|
||||
"raw runtime payload",
|
||||
"authorization header",
|
||||
}
|
||||
found = sorted(term for term in forbidden if _contains_term(payload, term))
|
||||
if found:
|
||||
|
||||
Reference in New Issue
Block a user