Constant Field Values

Contents

org.sonar.*

  • org.sonar.iac.cloudformation.checks.AwsTagNameConventionCheck 
    Modifier and Type Constant Field Value
    public static final String DEFAULT "^([A-Z][A-Za-z]*:)*([A-Z][A-Za-z]*)$"
    protected static final String MESSAGE "Rename tag key \"%s\" to match the regular expression \"%s\"."
  • org.sonar.iac.cloudformation.checks.UnrestrictedAdministrationCheck 
    Modifier and Type Constant Field Value
    public static final String MESSAGE "Restrict IP addresses authorized to access administration services"
    public static final int RDP_PORT 3389
    public static final int SSH_PORT 22