json_simple.json 414 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "Description": "",
  4. "StartLine": 1,
  5. "EndLine": 2,
  6. "StartColumn": 1,
  7. "EndColumn": 2,
  8. "Match": "line containing secret",
  9. "Secret": "a secret",
  10. "File": "auth.py",
  11. "SymlinkFile": "",
  12. "Commit": "0000000000000000",
  13. "Entropy": 0,
  14. "Author": "John Doe",
  15. "Email": "johndoe@gmail.com",
  16. "Date": "10-19-2003",
  17. "Message": "opps",
  18. "Tags": [],
  19. "RuleID": "test-rule",
  20. "Fingerprint": ""
  21. }
  22. ]