Skip to content

Instantly share code, notes, and snippets.

@renaudallard
Created October 24, 2025 10:05
Show Gist options
  • Select an option

  • Save renaudallard/f558d5b3b8dbd83a571e586d32281669 to your computer and use it in GitHub Desktop.

Select an option

Save renaudallard/f558d5b3b8dbd83a571e586d32281669 to your computer and use it in GitHub Desktop.
- name: refuse-encoded-like-labels
selector:
type: 'Or'
selectors:
- type: 'Regex'
expression: '(?:^|\\.)[A-Za-z0-9_-]{60,}(?:\\.|$)'
- type: 'Regex'
expression: '(?:^|\\.)[A-Z2-7]{40,}(?:\\.|$)'
action:
type: 'RCode'
rcode: 'REFUSED'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment