AWS greengrass high security documentation change
Summary
Added version 2.14.2 with fix for HTTP client mutual authentication configuration
Security assessment
Fixes a misconfigured HTTP client lacking mutual authentication, which could expose communication to security risks. Directly addresses a security weakness.
Diff
diff --git a/greengrass/v2/developerguide/greengrass-nucleus-component.md b/greengrass/v2/developerguide/greengrass-nucleus-component.md index be135b8a5..78ea8ba8d 100644 --- a/greengrass/v2/developerguide/greengrass-nucleus-component.md +++ b/greengrass/v2/developerguide/greengrass-nucleus-component.md @@ -892,0 +893,5 @@ The following table describes the changes in each version of the component. +2.14.2 | Bug fixes and improvements + + * Fixes an issue where an HTTP client isn't configured with mutual auth. + +