AttackIQ / pySigma-backend-kusto

GNU Lesser General Public License v3.0
30 stars 10 forks source link

pysigma version upkeep #10

Closed marcurdy closed 1 year ago

marcurdy commented 1 year ago

I want to use this plugin with sigma-cli for conversions of rules.

"sigma plugins install" needs >=0.10.x to install your plugin, but it fails the compatibility check and throws python errors if I ignore checks.

I'm requesting an uplift to 0.10.3 or higher.

0xFustang commented 1 year ago

Same here, I have the same issue.

slincoln-aiq commented 1 year ago

Thanks for reporting this! I've increased the supported pySigma version in the pyproject.toml in this repository in the most recent version (v0.2.2).

I also created a pull request for the official plugin directory repository: https://github.com/SigmaHQ/pySigma-plugin-directory/pull/22

You should be able to install the backend now by skipping compatibility checks (-C). Once the PR is approved, the compatibility check should pass as well.

Let me know if you are still running into any issues!

0xFustang commented 1 year ago

Thanks! Thanks for making this backend available for the community 😄

0xFustang commented 1 year ago

@slincoln-aiq, I just tried out the latest version and the installation worked fine for me :)

slincoln-aiq commented 1 year ago

@slincoln-aiq, I just tried out the latest version and the installation worked fine for me :)

Awesome, thanks for letting me know! I'll go ahead and close out this issue.