File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 526526 required :
527527 - other
528528domain :
529- pattern : ^((( [a-zA-Z0-9]| [a-zA-Z0-9][a-zA-Z0-9 \-]*[a-zA-Z0-9])\.)*([A-Za-z0 -9]|[A-Za-z0-9][A-Za-z0-9 \-]*[A-Za-z0-9]))|([a-f0-9:]+:+)+[a-f0-9]+ $
529+ pattern : ^([a-zA-Z0-9]( [a-zA-Z0-9\-]*[a-zA-Z0-9])? \.)*[a-zA-Z0 -9]([a-zA-Z0-9 \-]*[a-zA-Z0-9])? $
530530 x-message : a valid fully qualified domain name (FQDN)
531531 type : string
532532domainSuffix :
@@ -1118,6 +1118,10 @@ volumes:
11181118 $ref : ' definitions.yaml#/idName'
11191119 type : object
11201120 type : array
1121+ wildcardDomainOrIp :
1122+ pattern : ^((\*\.)?([a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?\.)*[a-zA-Z0-9]([a-zA-Z0-9\-]*[a-zA-Z0-9])?|([a-f0-9:]+:+)+[a-f0-9]+)$
1123+ description : FQDN, wildcard domain, or IP address
1124+ type : string
11211125wordCharacterPattern :
11221126 type : string
11231127 pattern : ^[^\s]+$
Original file line number Diff line number Diff line change @@ -97,8 +97,8 @@ ruleType:
9797 type : object
9898 properties :
9999 domain :
100- title : FQDN or IP address
101- $ref : ' definitions.yaml#/domain '
100+ title : FQDN, wildcard domain, or IP address
101+ $ref : ' definitions.yaml#/wildcardDomainOrIp '
102102 ports :
103103 type : array
104104 items :
You can’t perform that action at this time.
0 commit comments