You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Newtonsoft.Json prior to version 13.0.1 is vulnerable
Newtonsoft.Json prior to version 13.0.1 is vulnerable to Insecure Defaults due to improper handling of expressions with high nesting level that lead to StackOverFlow exception or high CPU and RAM usage. Exploiting this vulnerability results in Denial Of Service (DoS).
Bumped version to v2.7.2 (axuno#237)
* Bumped version to 2.7.1
* ConditionalFormatter processes unsigned numbers in arguments correctly.
* JsonSource: Corrected handling of null values in NewtonSoftJson objects.
Backport fixes from v3 (axuno#213)
Bumped version to 2.7.1
Back-ported bug fixes from v3.0.0-alpha:
axuno#179 - Corrected DualFromZeroToTwo plural rule
axuno#211 . Illegal placeholder characters that are not 8-bit, will no more throw unexpected ThrowByteOverflowException