Skip to content

Commit

Permalink
Merge pull request #85 from splunk/ba_sourctype_drilldown
Browse files Browse the repository at this point in the history
[TR-3481] Sourcetype output
  • Loading branch information
pyth0n1c authored Nov 28, 2023
2 parents 2f2e84a + 629b009 commit dc23f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentctl/output/finding_report_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def writeFindingReport(detection : SSADetection) -> None:
evidence_str = evidence_str + '"' + detection.tags.observable[i]["name"] + '": ' + detection.tags.observable[i]["name"].replace(".", "_")
if not i == (len(detection.tags.observable) - 1):
evidence_str = evidence_str + ', '
evidence_str = evidence_str + '}'
evidence_str = evidence_str + '", sourceType": metadata.source_type}'

detection.tags.evidence_str = evidence_str

Expand Down

0 comments on commit dc23f1b

Please sign in to comment.