AWS Security ChangesHomeSearch

AWS greengrass high security documentation change

Service: greengrass · 2025-03-02 · Security-related high

File: greengrass/v2/developerguide/iotsitewise-opcua-collector-component.md

Summary

Removed troubleshooting section, updated OS requirements to Ubuntu 20.04, added version 3.0.x with security vulnerability fixes, restructured changelog

Security assessment

The change explicitly mentions 'Fixes security vulnerabilities' in the version 3.0.0 changelog, indicating this update addresses specific security issues

Diff

diff --git a/greengrass/v2/developerguide/iotsitewise-opcua-collector-component.md
index e37ed8558..575c96363 100644
--- a/greengrass/v2/developerguide/iotsitewise-opcua-collector-component.md
+++ b/greengrass/v2/developerguide/iotsitewise-opcua-collector-component.md
@@ -5 +5 @@
-VersionsTypeOperating systemRequirementsDependenciesConfigurationInput dataOutput dataLocal log fileTroubleshooting and debuggingLicensesChangelogSee also
+VersionsTypeOperating systemRequirementsDependenciesConfigurationInput dataOutput dataLocal log fileLicensesChangelogSee also
@@ -33,2 +32,0 @@ With this component, AWS IoT SiteWise gateways can connect to multiple OPC UA se
-  * Troubleshooting and debugging
-
@@ -47,0 +46,2 @@ This component has the following versions:
+  * 3.0.x
+
@@ -88 +88 @@ This component has the following requirements:
-    * os: Ubuntu 18.04 or later
+    * os: Ubuntu 20.04 or later
@@ -183,19 +183 @@ Windows (PowerShell)
-## Troubleshooting and debugging
-
-This component includes a new events log to help customers identify and fix problems. The log file is separate from the local log file, and is found in the following location. Replace ``/greengrass/v2`` or `C:\greengrass\v2` with the path to the AWS IoT Greengrass root folder.
-
-Linux
-    
-    
-    
-    /greengrass/v2/work/aws.iot.SiteWiseEdgeCollectorOpcua/logs/IotSiteWiseOpcUaCollectorEvents.log
-
-Windows
-    
-    
-    
-    C:\greengrass\v2\work\aws.iot.SiteWiseEdgeCollectorOpcua\logs\IotSiteWiseOpcUaCollectorEvents.log
-
-This log includes detailed information and troubleshooting instructions. Troubleshooting information is provided alongside the diagnostics, with a description of how to remedy the issue, and sometimes with links to further information. Diagnostic information includes the following:
-
-  * Severity level
+## Licenses
@@ -203 +185 @@ This log includes detailed information and troubleshooting instructions. Trouble
-  * Timestamp
+This component is released under the [Greengrass Core Software License Agreement](https://greengrass-release-license.s3.us-west-2.amazonaws.com/greengrass-license-v1.pdf).
@@ -205 +187 @@ This log includes detailed information and troubleshooting instructions. Trouble
-  * Additional event-specific information
+## Changelog
@@ -206,0 +189 @@ This log includes detailed information and troubleshooting instructions. Trouble
+The following table describes the changes in each version of the component.
@@ -207,0 +191,3 @@ This log includes detailed information and troubleshooting instructions. Trouble
+**Version** |  **Changes**  
+---|---  
+3.0.0 | 
@@ -208,0 +195 @@ This log includes detailed information and troubleshooting instructions. Trouble
+Bug fixes and improvements
@@ -210 +196,0 @@ This log includes detailed information and troubleshooting instructions. Trouble
-###### Example log
@@ -211,0 +198 @@ This log includes detailed information and troubleshooting instructions. Trouble
+  * Fixes security vulnerabilities.
@@ -213,24 +199,0 @@ This log includes detailed information and troubleshooting instructions. Trouble
-    dataSourceConnectionSuccess:
-      Summary: Successfully connected to OpcUa server
-      Level: INFO
-      Timestamp: '2023-06-15T21:04:16.303Z'
-      Description: Successfully connected to the data source.
-      AssociatedMetrics:
-      - Name: FetchedDataStreams
-        Description: The number of fetched data streams for this data source
-        Value: 1.0
-        Namespace: IoTSiteWise
-        Dimensions:
-        - Name: SourceName
-          Value: SourceName{value=OPC UA Server}
-        - Name: ThingName
-          Value: test-core
-      AssociatedData:
-      - Name: DataSourceTrace
-        Description: Name of the data source
-        Data:
-        - OPC UA Server
-      - Name: EndpointUri
-        Description: The endpoint to which the connection was attempted.
-        Data:
-        - '"opc.tcp://10.0.0.1:1234"'
@@ -238 +201 @@ This log includes detailed information and troubleshooting instructions. Trouble
-## Licenses
+2.6.0 | 
@@ -240 +203 @@ This log includes detailed information and troubleshooting instructions. Trouble
-This component is released under the [Greengrass Core Software License Agreement](https://greengrass-release-license.s3.us-west-2.amazonaws.com/greengrass-license-v1.pdf).
+New features
@@ -242 +204,0 @@ This component is released under the [Greengrass Core Software License Agreement
-## Changelog
@@ -244 +206 @@ This component is released under the [Greengrass Core Software License Agreement
-The following table describes the changes in each version of the component.
+  * Added support for ingestion of Null and NaN values if ingestion is enabled in AWS IoT SiteWise. To view or modify the Null and NaN configuration in AWS IoT SiteWise, see the [DescribeStorageConfiguration](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeStorageConfiguration.html) and [PutStorageConfiguration](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html) APIs.
@@ -246,3 +207,0 @@ The following table describes the changes in each version of the component.
-**Version** |  **Changes**  
----|---  
-2.6.0 | 
@@ -250,2 +208,0 @@ The following table describes the changes in each version of the component.
-New features
-     Added support for ingestion of Null and NaN values if ingestion is enabled in AWS IoT SiteWise. To view or modify the Null and NaN configuration in AWS IoT SiteWise, see the [DescribeStorageConfiguration](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_DescribeStorageConfiguration.html) and [PutStorageConfiguration](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_PutStorageConfiguration.html) APIs.