I got a security warning about my ReSharper extension on GitHub today due to an issue with YamlDotNet.Signed 4.3.2 and earlier;
https://nvd.nist.gov/vuln/detail/CVE-2018-1000210
I've updated my extension to the latest ReSharper SDK (2108.2.3), but I'm not able to update to a patched YamlDotNet.Signed version due to a restrictive reference to this package in JetBrains.Psi.Features.Core 182.0.20180912.155425:
Unable to resolve dependencies. 'YamlDotNet.Signed 5.2.1' is not compatible with 'JetBrains.Psi.Features.Core 182.0.20180912.155425 constraint: YamlDotNet.Signed (= 4.2.1)', 'JetBrains.Psi.Features.src 182.0.20180912.155425 constraint: YamlDotNet.Signed (= 4.2.1)'.
I guess we need to wait for an updated ReSharper SDK to fix this?