mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 19:53:11 +08:00
- Add support for JSONL format parsing in addition to standard JSON for Goby fingerprints - Update GobyFingerprintService to validate both standard format (name/logic/rule) and JSONL format (product/rule) - Implement _parse_json_content() method to handle both JSON and JSONL file formats with proper error handling - Add JSONL parsing logic in frontend import dialog with per-line validation and error reporting - Update file import endpoint documentation to indicate JSONL format support - Improve error messages for encoding and parsing failures to aid user debugging - Enable seamless import of Goby fingerprint data from multiple source formats