summaryrefslogtreecommitdiff
path: root/src/main/scala/spray/json/JsonParserSettings.scala
Commit message (Expand)AuthorAgeFilesLines
* Add support for ScalaJS and Scala NativeJakob Odersky2019-04-031-56/+0
* Seal JsonParserSetting traitJohannes Rudolph2018-11-081-1/+17
* CVE-2018-18853 Limit the number of characters for numbers in the parser, fixe...Johannes Rudolph2018-11-071-2/+15
* CVE-2018-18855 Fix uncontrolled recursion in the JsonParser by imposing a con...Johannes Rudolph2018-11-071-1/+18
* Introduce JsonParserSettings to allow customization of parsingJohannes Rudolph2018-10-301-0/+10