diff --git a/poetry.lock b/poetry.lock index 8941abf..3e0cb4a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "blinker" @@ -407,6 +407,21 @@ files = [ pysigma = ">=0.10.2,<0.11.0" pysigma-backend-elasticsearch = ">=1.0.6,<2.0.0" +[[package]] +name = "pysigma-backend-panther-sdyaml" +version = "0.1.3" +description = "pySigma backend for Panther" +optional = false +python-versions = ">=3.8,<4.0" +files = [ + {file = "pysigma_backend_panther_sdyaml-0.1.3-py3-none-any.whl", hash = "sha256:fc00e3afe1128e337b39c3e14a8f1ead9f66ff81ab7566ff2731745622f2da6e"}, + {file = "pysigma_backend_panther_sdyaml-0.1.3.tar.gz", hash = "sha256:dd2a3cbbad45aa98e5fa973fc7f7ff1f2a9b1c3932800875aca7d6e608346690"}, +] + +[package.dependencies] +pysigma = ">=0.10,<0.11" +pysigma-pipeline-crowdstrike = ">=1.0,<2.0" + [[package]] name = "pysigma-backend-qradar-aql" version = "0.2.5" @@ -650,4 +665,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f052e21f2829d9afd73e2e5577c9d93430aa34ff84fa9108045546e60a512caa" +content-hash = "9d5d3185b3ba0b0e4ac59ce0f567fd6ae947aa61b0d42fe1adb01290c2581d29" diff --git a/pyproject.toml b/pyproject.toml index a695616..803d850 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ pysigma-pipeline-crowdstrike = "^1.0.1" pysigma-pipeline-sysmon = "^1.0.3" pysigma-pipeline-windows = "^1.1.1" pysigma-backend-uberagent = "^0.3.61" +pysigma-backend-panther-sdyaml = "^0.1.3" [build-system]