AWS cloudhsm documentation change
Summary
Updated Java Security Provider documentation link from Java 8 to Java 25
Security assessment
Link update to current Java documentation maintains accuracy but doesn't address vulnerabilities. Security relevance comes from being part of HSM configuration docs.
Diff
diff --git a/cloudhsm/latest/userguide/java-lib-configs-multi.md b/cloudhsm/latest/userguide/java-lib-configs-multi.md index f0b53c33d..be0baeac1 100644 --- a//cloudhsm/latest/userguide/java-lib-configs-multi.md +++ b//cloudhsm/latest/userguide/java-lib-configs-multi.md @@ -9 +9 @@ -This configuration allows a single client instance to communicate to multiple AWS CloudHSM clusters. Compared to having a single instance only communicate with a single cluster, this can be a cost-savings feature for some use cases. The `CloudHsmProvider` class is AWS CloudHSM's implementation of [Java Security's Provider class](https://docs.oracle.com/javase/8/docs/api/java/security/Provider.html). Each instance of this class represents a connection to your entire AWS CloudHSM cluster. You instantiate this class and add it to Java Security provider's list so that you can interact with it using standard JCE classes. +This configuration allows a single client instance to communicate to multiple AWS CloudHSM clusters. Compared to having a single instance only communicate with a single cluster, this can be a cost-savings feature for some use cases. The `CloudHsmProvider` class is AWS CloudHSM's implementation of [Java Security's Provider class](https://docs.oracle.com/en/java/javase/25/docs/api/java.base/java/security/Provider.html). Each instance of this class represents a connection to your entire AWS CloudHSM cluster. You instantiate this class and add it to Java Security provider's list so that you can interact with it using standard JCE classes.