Skip to content

Security: VityaSchel/lufin

Security

SECURITY.md

lufin security

Code handling AES-GCM encryption can be found in lib directory. You can then refer to any calls to this library made through import { ... } from 'lufin-lib', most notably frontend/src/shared/upload.ts.

Hardening your instance security

Reporting a security vulnerability

I believe security of lufin is primarily based on WebCrypto, AES-GCM, HTTPS and user's environment (JavaScript VM, TCP, TLS, OpenSSL, OS etc). If you found a security vulnerabilities in those, you should report it to authors of these projects and get a CVE code. You can then open an issue with this code for dependency upgrade or patch.

If you found a security vulnerability directly in lufin's code, I encourage you to open an issue publicly!

There aren’t any published security advisories