Closed hammadsaedi closed 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!
Yes, We want to remove SQL code from text. Please explore web: https://hammadsaedi.github.io/regex-pro/
We have HTML remover:
The project uses Regular Expressions. Basically, you used to come up with regular expressions to detect SQL code.
:)
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!
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:
pages.js
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! 😄