anubis/lib/policy/expressions
Xe Iaso d12993e31d
feat(expressions): add contentLength to bot expressions (#1120)
Signed-off-by: Xe Iaso <me@xeiaso.net>
2025-09-15 01:41:45 +00:00
..
environment.go feat(expressions): add contentLength to bot expressions (#1120) 2025-09-15 01:41:45 +00:00
environment_test.go feat(expressions): add segments function to break path into segments (#916) 2025-07-25 16:21:08 -04:00
http_headers.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
http_headers_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00
loadavg.go feat(lib/policy/expressions): add system load average to bot expression inputs (#766) 2025-07-06 20:13:50 +00:00
README.md feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values.go feat(checker): add CEL for matching complicated expressions (#421) 2025-05-03 14:26:54 -04:00
url_values_test.go style: Some minor fixes (#548) 2025-06-07 18:21:22 +00:00

Expressions support

The expressions support is based on ideas from go-away but with different opinions about how things should be done.