Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 291 Bytes

File metadata and controls

7 lines (5 loc) · 291 Bytes

JSON parser security fixes

  • Some crafted JSON files could cause JsonImport to use excessive amounts of CPU time. The JsonImport function will now reject inputs with more than 500 levels of structure nesting.

[18707] Fix possible denial of service via crafted JSON inputs