Security News

Cybersecurity news aggregator

📰
INFO News Help Net Security

Pompelmi: Open-source secure file upload scanning for Node.js

Pompelmi is an open-source project designed to add malware scanning and policy checks directly into Node.js applications for untrusted file uploads. It operates within the application process, scanning files in memory at upload time to enable early accept or reject decisions.
Read Full Article →

Software teams building services in JavaScript are adding more layers of defense to handle untrusted file uploads. An open-source project called Pompelmi aims to insert malware scanning and policy checks directly into Node.js applications before files reach storage or business logic. Pompelmi is built for JavaScript and TypeScript environments and runs directly within the application process. Files are scanned in memory at upload time, allowing applications to make accept or reject decisions early in the … More → The post Pompelmi: Open-source secure file upload scanning for Node.js appeared first on Help Net Security .

Share this article