Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Code Addition Request]: Add a simple Web Application Firewall tool #758

Open
3 tasks done
djv554 opened this issue Oct 20, 2024 · 3 comments · May be fixed by #813
Open
3 tasks done

[Code Addition Request]: Add a simple Web Application Firewall tool #758

djv554 opened this issue Oct 20, 2024 · 3 comments · May be fixed by #813
Assignees
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.

Comments

@djv554
Copy link
Contributor

djv554 commented Oct 20, 2024

Have you completed your first issue?

  • I have completed my first issue

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Latest Merged PR Link

#413

Project Description

Protect web applications by filtering and monitoring HTTP traffic between a web application and the internet, helping to block phishing and other attacks.

Full Name

Deanne Vaz

Participant Role

Contributor at GSSoC-extd and Hacktoberfest

Copy link

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26
Copy link
Owner

@djv554 what tech stack you are planning to use?

@djv554
Copy link
Contributor Author

djv554 commented Oct 21, 2024

@UTSAVS26 I'm planning to use the following tech stack:

Language: Python
Framework: Flask
Libraries:

  • re (for regular expressions)
  • jsonify (for JSON response formatting)

Security: Input validation via regular expressions for detecting SQL Injection and XSS.
API Design: Simple RESTful endpoint (POST /submit) for user input processing.

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned Indicates an issue has been assigned to a contributor. level1 gssoc-ext hacktoberfest labels Oct 21, 2024
@djv554 djv554 linked a pull request Oct 23, 2024 that will close this issue
21 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. gssoc-ext hacktoberfest level1 Status: Assigned Indicates an issue has been assigned to a contributor.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants