Skip to content

Commit

Permalink
Fixed pipeline description
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Feb 20, 2022
1 parent a93fd0c commit 313455a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pysigma-pipeline-crowdstrike"
version = "0.1.0"
version = "0.1.1"
description = "pySigma CrowdStrike processing pipelines"
authors = ["Thomas Patzke <[email protected]>"]
license = "LGPL-2.1-only"
Expand Down
2 changes: 1 addition & 1 deletion sigma/pipelines/crowdstrike/crowdstrike.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def crowdstrike_fdr_pipeline():
return ProcessingPipeline(
name="Generic Log Sources to CrowdStrike Splunk Transformation",
name="Generic Log Sources to CrowdStrike Falcon Data Replicator (FDR) Transformation",
priority=10,
items=[
# Process Creation
Expand Down

0 comments on commit 313455a

Please sign in to comment.