I've recently upgraded to the latest version of DIS that's now using Nuget packages, I see that the version of Newtonsoft.Json used in my solution is set to 11.0.2 and that's the version installed on the DMAs.
There's a high severity vulnerability listed against this version, though it's for high nesting levels that we're not currently working with, so the question is are you looking to upgrade the version deployed with DataMiner?
Hi Philip
DIS is now using DevPacks (NuGet packages) which makes it easier to compile a protocol/script against a specific DataMiner version.
Because of the changes, it is now also possible to use NuGet packages (except DevPacks) which will be deployed as well on your system. Do note that this only works from DataMiner 10.0.10. If you have a more recent version, then you can add the newer Newtonsoft NuGet to the QAction/Exe that needs it. This way it won't rely on the installed Newtonsoft DLL from DataMiner.
Thanks Michiel, that’s what spurred the question, looking through the Nuget packages against the recent solution I updated to use them.