mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 20:42:02 +00:00
chore(elbv2): Add SecurityHub link to elbv2_ssl_listeners metadata (#4787)
This commit is contained in:
committed by
GitHub
parent
7aaecbabab
commit
8483486095
+1
-1
@@ -12,7 +12,7 @@
|
||||
"ResourceType": "AwsElasticLoadBalancingV2LoadBalancer",
|
||||
"Description": "Check if Elastic Load Balancers have SSL listeners.",
|
||||
"Risk": "Clear text communication could affect privacy of information in transit.",
|
||||
"RelatedUrl": "",
|
||||
"RelatedUrl": "https://docs.aws.amazon.com/securityhub/latest/userguide/elb-controls.html#elb-1",
|
||||
"Remediation": {
|
||||
"Code": {
|
||||
"CLI": "aws elbv2 create-listener --load-balancer-arn <lb_arn> --protocol HTTPS --port 443 --ssl-policy <ssl_policy> --certificates CertificateArn=<certificate_arn>,IsDefault=true",
|
||||
|
||||
Reference in New Issue
Block a user