)]}'
{
  "commit": "8f7f93ff811d70cee6e978fcf02df3af0455233a",
  "tree": "206d79ba72287649ddde3042db14f24d7eb64fc4",
  "parents": [
    "5d2a7b9cdb52d30f5ab916d706a8c50fac4c2b8e"
  ],
  "author": {
    "name": "Matthew Khouzam",
    "email": "matthew.khouzam@ericsson.com",
    "time": "Thu Jul 08 10:47:21 2021 -0400"
  },
  "committer": {
    "name": "Matthew Khouzam",
    "email": "matthew.khouzam@ericsson.com",
    "time": "Wed Jul 28 16:00:30 2021 -0400"
  },
  "message": "ctf.core: Use secureRandom for reaper\n\nUsing pseudorandom number generators (PRNGs) is security-sensitive.\nFor example, it has led in the past to the following vulnerabilities:\n\n*    CVE-2013-6386\n*    CVE-2006-3419\n*    CVE-2008-4102\n\nWhen software generates predictable values in a context requiring\nunpredictability, it may be possible for an attacker to guess the\nnext value that will be generated, and use this guess to impersonate\nanother user or access sensitive information.\n\nAs the java.util.Random class relies on a pseudorandom number generator,\nthis class and relating java.lang.Math.random() method should not be\nused for security-critical applications or for protecting sensitive\ndata. In such context, the java.security.SecureRandom class which relies\non a cryptographically strong random number generator (RNG) should\nbe used in place.\n\nChange-Id: I01b6165186a10f90e378c507b47d341cfa50608c\nSigned-off-by: Matthew Khouzam \u003cmatthew.khouzam@ericsson.com\u003e\nReviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/182898\nTested-by: Trace Compass Bot \u003ctracecompass-bot@eclipse.org\u003e\nTested-by: Patrick Tasse \u003cpatrick.tasse@gmail.com\u003e\nReviewed-by: Patrick Tasse \u003cpatrick.tasse@gmail.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "81a57a95b5c21dd33c4d55914e18e2ee34478208",
      "old_mode": 33188,
      "old_path": "ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java",
      "new_id": "89c97e018f032c03bb04efd7ce627c751bf3fa20",
      "new_mode": 33188,
      "new_path": "ctf/org.eclipse.tracecompass.tmf.ctf.core/src/org/eclipse/tracecompass/internal/tmf/ctf/core/trace/iterator/CtfIteratorManager.java"
    }
  ]
}
