Skip to content

Commit

Permalink
Reproduce the same DoS for Jackson-module-scala playframework/play-js…
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk committed Sep 18, 2018
1 parent 354d502 commit 0d53faf
Showing 1 changed file with 6 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,12 @@ class ArrayOfZonedDateTimesBenchmarkSpec extends BenchmarkSpecBase {

"ArrayOfZonedDateTimesBenchmark" should {
"deserialize properly" in {
/*
benchmark.readAVSystemGenCodec() shouldBe benchmark.obj
benchmark.readCirce() shouldBe benchmark.obj
benchmark.readJacksonScala() shouldBe benchmark.obj
benchmark.readJsoniterScala() shouldBe benchmark.obj
*/
benchmark.readPlayJson() shouldBe benchmark.obj
/*
benchmark.readUPickle() shouldBe benchmark.obj
*/
// benchmark.readAVSystemGenCodec() shouldBe benchmark.obj
// benchmark.readCirce() shouldBe benchmark.obj
benchmark.readJacksonScala() shouldBe benchmark.obj
// benchmark.readJsoniterScala() shouldBe benchmark.obj
// benchmark.readPlayJson() shouldBe benchmark.obj
// benchmark.readUPickle() shouldBe benchmark.obj
}
"serialize properly" in {
/*
Expand Down

0 comments on commit 0d53faf

Please sign in to comment.