hammadsaedi / regex-pro

Regex Pro is a regular expression tester. It allows you to test your regular expressions against a string of your choice.
https://hammadsaedi.github.io/regex-pro/
MIT License
6 stars 17 forks source link

Implement SQL Code Removal from Text #7

Closed hammadsaedi closed 1 year ago

hammadsaedi commented 1 year ago

Background

For security and data integrity, it's important to prevent SQL injection in web applications. To enhance our project, Regex Pro, we need to implement a feature that can detect and remove SQL code from text, helping to safeguard the application against malicious input.

Task

Your task is to implement SQL code detection and removal from text. Here are the requirements for this task:

Additional Information:

Getting Started:

Additional Notes:

This is a "Good First Issue" suitable for contributors who are new to the project and want to get involved. Please reach out if you have any questions or need assistance with the task.

We look forward to your contribution! 😄

sfazli96 commented 1 year ago

Hi! I am new to this project and a new contributor. I have a question about the SQL code. So this issue is to create an SQL removal from text meaning that when the text shows it removes it? This is where I am a little confused. Can you explain a bit more? I want to give this issue a try. Thank you!

hammadsaedi commented 1 year ago

Yes, We want to remove SQL code from text. Please explore web: https://hammadsaedi.github.io/regex-pro/

We have HTML remover: image

The project uses Regular Expressions. Basically, you used to come up with regular expressions to detect SQL code.

:)

sfazli96 commented 1 year ago

Just wanted to update that I created a pull request, I added in the form but the other part similar to the remove HTML part is where I want a bit more clarification in where that is happening. Thank you!