You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(review): re-sync the two public-surface redaction term lists (#8445)
unified-comment-bridge.ts documents PRIVATE_FORBIDDEN_TERMS as mirroring
advisory.ts's CHECK_RUN_FORBIDDEN_TERMS, but the two had drifted in both
directions: the Nit path was missing bare 'raw trust', mnemonic, seed phrase,
cohort, miner-originated, human-originated and rankings, so those reached
public PR comments unredacted even though the check-run path scrubs them; the
check-run path was missing likely_duplicate and reviewability<digit>.
Both regexes are now the identical union, and the Nit drop-guard gains cohort
and mnemonic. Adds a behavioral parity test that drives one string per term
through BOTH sanitizers via their real public entry points, so a future
one-sided edit fails -- verified it fails when either list is reverted.
Closes#8322
Co-authored-by: RealDiligent <nft.gold.eth@gmail.com>
0 commit comments