MCPcopy Index your code
hub / github.com/LasCC/HackTools / IExploitDB

Interface IExploitDB

src/components/rss/ExploitDB.tsx:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 const { data, status, } = useQuery( 'exploitdb', fetchApi );
19
20 interface IExploitDB {
21 title: any;
22 link: string;
23 pubDate: string;
24 description: string;
25 }
26
27 return (
28 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected