Skip to content

Commit

Permalink
Emphasize that is doesn't support wildcards (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
joepeeples authored Mar 28, 2024
1 parent f36373c commit 04e677b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edr-manage/trusted-apps-ov.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ To add a trusted application:
</DocCallOut>

* `Operator`: Select an operator to define the condition:
* `is`: Must be exactly equal to `Value`. This operation is required for the `Hash` and `Signature` field types.
* `matches`: Can include wildcards in `Value`, such as `C:\path\*\app.exe`. This option is only available for the `Path` field type. Available wildcards are `?` (match one character) and `*` (match zero or more characters).
* `is`: Must be _exactly_ equal to `Value`; wildcards are not supported. This operation is required for the `Hash` and `Signature` field types.
* `matches`: Can include wildcards in `Value`, such as `C:\path\*\app.exe`. This operator is only available for the `Path` field type. Available wildcards are `?` (match one character) and `*` (match zero or more characters).

* `Value`: Enter the hash value, file path, or signer name. To add an additional value, click **AND**.

Expand Down

0 comments on commit 04e677b

Please sign in to comment.