Squash merge feature/wormholes into master

This commit is contained in:
2025-06-15 17:48:03 +02:00
parent 1c6128cd85
commit 16bfd1d9a6
86 changed files with 7037 additions and 30062 deletions

View File

@@ -7,21 +7,7 @@ import { Button } from "@/components/ui/button";
import { RefreshCw, AlertCircle, Radar } from "lucide-react";
import { SignatureListItem } from "@/components/SignatureListItem";
import { toast } from "@/hooks/use-toast";
export interface Signature {
collectionId?: string;
collectionName?: string;
id?: string;
identifier: string;
signame: string;
sysid: string;
system: string;
type: string;
updated?: string;
created?: string;
dangerous?: boolean;
scanned?: string;
}
import { Signature } from "@/lib/types";
interface ApiResponse {
items: Signature[];