mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-01-31 11:46:16 +08:00
- Add response_headers field to Endpoint and WebSite models as JSONField - Add response_headers field to EndpointSnapshot and WebsiteSnapshot models - Update all related DTOs to include response_headers with Dict[str, Any] type - Add GIN indexes on response_headers fields for optimized JSON queries - Update endpoint and website repositories to handle response_headers data - Update serializers to include response_headers in API responses - Update frontend components to display response headers in detail views - Add response_headers to fingerprint detection and site scan tasks - Update command templates and engine config to support header extraction - Add internationalization strings for response headers in en.json and zh.json - Update TypeScript types for endpoint and website to include response_headers - Enhance scan history and target detail pages to show response header information