Reject SSLv2 and SSLv3 protocols
`tls.VersionSSL30`, SSLv2, or SSLv3 string literals indicate use of broken legacy protocols.
#Metadata
#Why it matters
SSLv2 and SSLv3 contain unrecoverable cryptographic weaknesses (POODLE, DROWN) and must not be negotiated.
#Remediation
Use `tls.VersionTLS12` or `tls.VersionTLS13` instead of SSL legacy constants or string literals.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/go/go.security.insecure-ssl-protocol.rule.yaml.