Flowise/packages/components/nodes/vectorstores/Supabase
Henry f73a305584 refactor: Implement SecureZodSchemaParser for safe Zod schema handling and add FilterParser for Supabase filters
* Replaced direct Zod schema evaluation with SecureZodSchemaParser in StructuredOutputParserAdvanced and CustomTool.
* Introduced FilterParser to safely handle Supabase filter strings, preventing arbitrary code execution.
* Added new filterParser.ts file to encapsulate filter parsing logic.
* Updated Supabase vector store to utilize the new FilterParser for RPC filters.
* Created secureZodParser.ts for secure parsing of Zod schemas.
2025-07-18 19:06:48 +01:00
..
Supabase.ts refactor: Implement SecureZodSchemaParser for safe Zod schema handling and add FilterParser for Supabase filters 2025-07-18 19:06:48 +01:00
filterParser.ts refactor: Implement SecureZodSchemaParser for safe Zod schema handling and add FilterParser for Supabase filters 2025-07-18 19:06:48 +01:00
supabase.svg add vector upsert ability 2023-11-16 18:34:17 +00:00