json_simple.json 372 B

1234567891011121314151617181920
  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. "Commit": "0000000000000000",
  12. "Entropy": 0,
  13. "Author": "John Doe",
  14. "Email": "johndoe@gmail.com",
  15. "Date": "10-19-2003",
  16. "Message": "opps",
  17. "Tags": [],
  18. "RuleID": "test-rule"
  19. }
  20. ]