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 Phil,
The newtonsoft dll has been updated to version 13.0.1 under Release Note 34558 and released with DataMiner 10.2.0-CU7 and 10.2.10.
Release notes 10.2.0-CU7 (Main release)
Release notes 10.2.10 (Feature release)
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.
Having a look through, I see it's also update on 10.1.0 CU19 for anyone not running 10.2 yet.
Release notes 10.1.0 CU19 (Main release)
Thanks Ive