microsoft / vscode-azure-iot-toolkit

Azure IoT Hub extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.azure-iot-toolkit
Other
73 stars 58 forks source link

Update Java deps for code simulator #544

Closed c-ryan-k closed 2 years ago

c-ryan-k commented 2 years ago

Update iot device SDK

Remove hard dependency on GSON (nested from iot device SDK)

digimaun commented 2 years ago

Is this project impacted by https://logging.apache.org/log4j/2.x/security.html at all?

c-ryan-k commented 2 years ago

@digimaun technically our extension isn't - this is sample code that users can use to simulate device telemetry. It references an old version of the IoT Device SDK that has a log4j dependency - so any users who built device clients in Java using that sample will need to update their own dependencies.

digimaun commented 2 years ago

@digimaun technically our extension isn't - this is sample code that users can use to simulate device telemetry. It references an old version of the IoT Device SDK that has a log4j dependency - so any users who built device clients in Java using that sample will need to update their own dependencies.

Got it, hopefully that is presented as a clear action required on the device SDK.