Closed ipr0310 closed 1 year ago
As the modernization of the alias framework will allow STLDs, is necessary to make update on the specifications table: https://github.com/signum-network/SIPs/blob/master/SIP/sip-44.md#specification
As we can appreciate in the alias field, the rule column shows an outdated one, it should be a regex expression that support STLDs
alias
rule
Testing the expression
Solution The regex expression can be updated to the following:
^(\w+)(?:\.(\w+))?$
Additional context According to devina.io redos-checker It states that the statement is safe
closing.... there was a pending PR that was not merge
As the modernization of the alias framework will allow STLDs, is necessary to make update on the specifications table: https://github.com/signum-network/SIPs/blob/master/SIP/sip-44.md#specification
As we can appreciate in the
alias
field, therule
column shows an outdated one, it should be a regex expression that support STLDsTesting the expression
Solution The regex expression can be updated to the following:
Testing the expression
Additional context According to devina.io redos-checker It states that the statement is safe