4
0

template_jsonextra.json 607 B

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