From 0d02ee3d2201ee0b3de2b36b710b99480e474bc9 Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Tue, 3 May 2022 12:49:41 +0200 Subject: [PATCH] docs: sigmac backend warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 450d53217..a555d54f8 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ Sigmac converts sigma rules into queries or inputs of the supported targets list Sigma library that may be used to integrate Sigma support in other projects. Further, there's `merge_sigma.py` which merges multiple YAML documents of a Sigma rule collection into simple Sigma rules. +**WARNING: Do not provide conversion backends for this tool anymore. We'll soon set a date for its deprecation. Since October 2020, we're working on a much more flexible and stable module named [pySigma](https://github.com/SigmaHQ/pySigma) and a command line interface named [sigma-cli](https://github.com/SigmaHQ/sigma-cli) that makes use of pySigma.** + ### Usage ```bash