Skip to content

Commit

Permalink
[CWS] add and/or aliases in SECL operators documentation (#31523)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux authored Nov 27, 2024
1 parent 6b34b94 commit 8f7cb53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/cloud-workload-security/agent_expressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ SECL operators are used to combine event attributes together into a full express
| `>=` | File | Greater or equal | 7.27 |
| `<` | File | Lesser | 7.27 |
| `<=` | File | Lesser or equal | 7.27 |
| `!` | File | Not | 7.27 |
| `!` or `not` | File | Not | 7.27 |
| `^` | File | Binary not | 7.27 |
| `in [elem1, ...]` | File | Element is contained in list | 7.27 |
| `not in [elem1, ...]` | File | Element is not contained in list | 7.27 |
| `=~` | File | String matching | 7.27 |
| `!~` | File | String not matching | 7.27 |
| `&` | File | Binary and | 7.27 |
| `\|` | File | Binary or | 7.27 |
| `&&` | File | Logical and | 7.27 |
| `\|\|` | File | Logical or | 7.27 |
| `&&` or `and` | File | Logical and | 7.27 |
| `\|\|` or `or` | File | Logical or | 7.27 |
| `in CIDR` | Network | Element is in the IP range | 7.37 |
| `not in CIDR` | Network | Element is not in the IP range | 7.37 |
| `allin CIDR` | Network | All the elements are in the IP range | 7.37 |
Expand Down

0 comments on commit 8f7cb53

Please sign in to comment.