Files
klz-cables.com/.pnpm-store/v10/files/6e/6c273489e56706f705e4751bd925313f197c7f5e5d1090a8a4ceeab5fea771b1c18455cafa766ab93b4062d5c66142fe50ce35a679a19f0fa69511345ca801
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

6 lines
240 B
Plaintext

/**
* Validate SVG content for security vulnerabilities
* Detects and blocks malicious patterns commonly used in SVG-based attacks
*/
export declare function validateSvg(buffer: Buffer): boolean;
//# sourceMappingURL=validateSvg.d.ts.map