results_no_git.json 740 B

123456789101112131415161718192021222324252627282930313233343536
  1. [
  2. {
  3. "line": "aws_access_key = 'AKIAIOSFODNN7EXAMPLE'",
  4. "lineNumber": 9,
  5. "offender": "AKIAIOSFODNN7EXAMPLE",
  6. "offenderEntropy": -1,
  7. "commit": "",
  8. "repo": "",
  9. "repoURL": "",
  10. "leakURL": "",
  11. "rule": "AWS Access Key",
  12. "commitMessage": "",
  13. "author": "",
  14. "email": "",
  15. "file": "secrets.py",
  16. "date": "0001-01-01T00:00:00Z",
  17. "tags": "key, AWS"
  18. },
  19. {
  20. "line": "aws_access_key_1 = 'AKIAIOSFODNN7EXAMPLE'",
  21. "lineNumber": 13,
  22. "offender": "AKIAIOSFODNN7EXAMPLE",
  23. "offenderEntropy": -1,
  24. "commit": "",
  25. "repo": "",
  26. "repoURL": "",
  27. "leakURL": "",
  28. "rule": "AWS Access Key",
  29. "commitMessage": "",
  30. "author": "",
  31. "email": "",
  32. "file": "secrets.py",
  33. "date": "0001-01-01T00:00:00Z",
  34. "tags": "key, AWS"
  35. }
  36. ]