hello-stephen opened a new pull request, #67477: URL: https://github.com/apache/doris/pull/67477
## Problem Doris internal hidden column identifiers such as `__DORIS_IVM_UNION_KEY_0_0_COL__` can match the `generic-api-key` heuristic even though they are deterministic schema names, not credentials. ## Solution Add a rule-scoped allowlist for the exact hidden-column pattern `__DORIS_[A-Z0-9_]+_COL__`. ## Validation - `git diff --check` - Gitleaks 8.30.0 config parse and hidden-column sample scan: 0 findings - PR #62606 reproduction: `generic-api-key` false positive in the IvmNormalizeMTMVTest hidden-column assertion -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
