Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
  • Guest, before posting your code please take these rules into consideration:
    • It is required to use our BBCode feature to display your code. While within the editor click < / > or >_ and place your code within the BB Code prompt. This helps others with finding a solution by making it easier to read and easier to copy.
    • You can also use markdown to share your code. When using markdown your code will be automatically converted to BBCode. For help with markdown check out the markdown guide.
    • Don't share a wall of code. All we want is the problem area, the code related to your issue.


    To learn more about how to use our BBCode feature, please click here.

    Thank you, Code Forum.

PHP Simple powerful PHP library for data sanitization

Dobren

New Coder
Hello, I've created a highly efficient and robust PHP library designed specifically for data sanitization. It combines simplicity with remarkable power, ensuring swift processing.

This library empowers you to effortlessly sanitize diverse data types, eliminating the need for extensive manual effort, also begginers at PHP can use it.

I invite you to try out this library and show your support by giving it a star on GitHub if you find it beneficial. Additionally, I welcome any suggestions you may have regarding potential enhancements or additions to the library. Your input is highly valued and will contribute to its ongoing development.

GitHub: GitHub - ddobren/FilterGuard: FilterGuard is a simple PHP library for sanitizing data. It provides methods to sanitize strings, integers, floats, booleans, arrays, and objects. The library helps protect against common security vulnerabilities such as XSS and SQL injection.
Packagist (Composer): ddobren/filterguard - Packagist

Thanks!
 
Hello, I've created a highly efficient and robust PHP library designed specifically for data sanitization. It combines simplicity with remarkable power, ensuring swift processing.

This library empowers you to effortlessly sanitize diverse data types, eliminating the need for extensive manual effort, also begginers at PHP can use it.

I invite you to try out this library and show your support by giving it a star on GitHub if you find it beneficial. Additionally, I welcome any suggestions you may have regarding potential enhancements or additions to the library. Your input is highly valued and will contribute to its ongoing development.

GitHub: GitHub - ddobren/FilterGuard: FilterGuard is a simple PHP library for sanitizing data. It provides methods to sanitize strings, integers, floats, booleans, arrays, and objects. The library helps protect against common security vulnerabilities such as XSS and SQL injection.
Packagist (Composer): ddobren/filterguard - Packagist

Thanks!
Hi there,

How well does this handle obfuscated XSS?
 
Hi there,

How well does this handle obfuscated XSS?
FilterGuard takes several steps to ensure data cleanliness and security (I'll only list the ones we can all understand, in this answer). Thoroughly eliminates HTML tags that could potentially be used for XSS attacks. Additionally, it effectively identifies and removes any malicious threads that might attempt to exploit vulnerabilities. By removing spaces and hidden coded characters, the risk of sanitizing bypasses is further reduced.
 

New Threads

Latest posts

Buy us a coffee!

Back
Top Bottom