/SafeScript

SafeScript is a Python module designed to bolster web application security by offering functions that combat common vulnerabilities like XSS and SQL Injection attacks. It provides methods for sanitizing HTML content, escaping special characters, and preventing malicious input from compromising your application's integrity.

Primary LanguagePythonMIT LicenseMIT

No issues in this repository yet.