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
Karate uses new JsonSmartJsonProvider() that uses JSONParser.MODE_PERMISSIVE that includes LIMIT_JSON_DEPTH and therefore is not affected by CVE-2024-57699:
However, other projects that use Karate may directly call new JsonSmartJsonProvider(int parseMode) with one of the other default modes and are vulnerable.
Therefore Karate should ship the fixed version.
The text was updated successfully, but these errors were encountered:
For details about CVE-2024-57699 see
https://github.com/netplex/json-smart-v2/releases/tag/2.5.2
Karate uses
new JsonSmartJsonProvider()
that usesJSONParser.MODE_PERMISSIVE
that includesLIMIT_JSON_DEPTH
and therefore is not affected by CVE-2024-57699:However, other projects that use Karate may directly call
new JsonSmartJsonProvider(int parseMode)
with one of the other default modes and are vulnerable.Therefore Karate should ship the fixed version.
The text was updated successfully, but these errors were encountered: