From 7b5cd075161bd4e1a05070d51cc64b38882ae74b Mon Sep 17 00:00:00 2001 From: JP Appel Date: Sun, 27 Jul 2025 20:50:37 -0400 Subject: 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. --- pkg/query/parser_test.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'pkg/query/parser_test.go') 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) { -- cgit v1.2.3