rsigma 0.18.0

CLI for parsing, validating, linting and evaluating Sigma detection rules
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="3" failures="2">
  <testsuite name="rsigma backtest" tests="3" failures="2">
    <testcase name="11111111-1111-1111-1111-111111111111" classname="rsigma.backtest.expectations"/>
    <testcase name="22222222-2222-2222-2222-222222222222" classname="rsigma.backtest.expectations">
      <failure message="expected exactly 0, got 1">expected exactly 0, got 1</failure>
    </testcase>
    <testcase name="Ping Execution" classname="rsigma.backtest.unexpected">
      <failure message="unexpected 1 fires with no covering expectation">unexpected 1 fires with no covering expectation</failure>
    </testcase>
  </testsuite>
</testsuites>