Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an "exists" check for "not" condition in sigma rules #852

Merged
merged 16 commits into from
Mar 8, 2024

Merge branch 'main' into add_exists_check

c71312a
Select commit
Loading
Failed to load commit list.
Merged

Add an "exists" check for "not" condition in sigma rules #852

Merge branch 'main' into add_exists_check
c71312a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 8, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 152 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L152

Added line #L152 was not covered by tests

Check warning on line 154 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L154

Added line #L154 was not covered by tests

Check warning on line 180 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L180

Added line #L180 was not covered by tests

Check warning on line 188 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L188

Added line #L188 was not covered by tests

Check warning on line 239 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L239

Added line #L239 was not covered by tests

Check warning on line 256 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L256

Added line #L256 was not covered by tests

Check warning on line 275 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L275

Added line #L275 was not covered by tests

Check warning on line 313 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L313

Added line #L313 was not covered by tests

Check warning on line 323 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L323

Added line #L323 was not covered by tests

Check warning on line 333 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L333

Added line #L333 was not covered by tests

Check warning on line 344 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L344

Added line #L344 was not covered by tests

Check warning on line 355 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L355

Added line #L355 was not covered by tests

Check warning on line 365 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L364-L365

Added lines #L364 - L365 were not covered by tests

Check warning on line 415 in src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/OSQueryBackend.java#L415

Added line #L415 was not covered by tests

Check warning on line 116 in src/main/java/org/opensearch/securityanalytics/rules/backend/QueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/QueryBackend.java#L116

Added line #L116 was not covered by tests

Check warning on line 122 in src/main/java/org/opensearch/securityanalytics/rules/backend/QueryBackend.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/rules/backend/QueryBackend.java#L122

Added line #L122 was not covered by tests