55 lines
944 B
Plaintext
Raw Normal View History

include::../summary.adoc[]
== Why is this an issue?
include::../rationale.adoc[]
include::../impact.adoc[]
// How to fix it section
include::how-to-fix-it/node-js.adoc[]
include::how-to-fix-it/aws-cdk.adoc[]
== Resources
include::../common/resources/docs.adoc[]
include::../common/resources/articles.adoc[]
include::../common/resources/presentations.adoc[]
include::../common/resources/standards.adoc[]
2020-06-30 12:49:37 +02:00
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
=== Message
==== OpenSSL and ssl modules
Change this code to use a stronger protocol.
==== AWS APIGateway
Change this code to enforce TLS 1.2 or above.
==== AWS OpenSearch / Elasticsearch
Omitting "tlsSecurityPolicy" enables a deprecated version of TLS. Set it to
enforce TLS 1.2 or above.
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]