diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-27 20:50:37 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2025-07-27 21:15:16 -0400 |
| commit | 7b5cd075161bd4e1a05070d51cc64b38882ae74b (patch) | |
| tree | c4afcd5999895ec8974747c1c721b6876bd0246b /pkg/query/parser_test.go | |
| parent | 75c3d32881a3b382ab6b63f25d177d40a2ca4256 (diff) | |
Remove unimplemented external command operators
Executing external commands against file metadata is a serious
security risk.
The desired features of most external commands can be safely implemented
using SQLite native functions.
Diffstat (limited to 'pkg/query/parser_test.go')
| -rw-r--r-- | pkg/query/parser_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/query/parser_test.go b/pkg/query/parser_test.go index e3ab971..5f68006 100644 --- a/pkg/query/parser_test.go +++ b/pkg/query/parser_test.go @@ -26,8 +26,6 @@ const ( OP_LE = query.OP_LE OP_GE = query.OP_GE OP_GT = query.OP_GT - OP_PIPE = query.OP_PIPE - OP_ARG = query.OP_ARG ) func TestParse(t *testing.T) { |
