RackSec / desdemona

Data-backed security operations
Eclipse Public License 1.0
2 stars 7 forks source link

Infix query language support for multi-arity features with/without literals #120

Closed lvh closed 8 years ago

lvh commented 8 years ago

The infix query language should correctly parse:

ip(x) = ip(y)

and

ip(x) = ip(y) = ip(z)

and

ip(x) = ip(y) = "10.0.0.1"