-
Notifications
You must be signed in to change notification settings - Fork 446
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
Add new A7 - Cross-Site Scripting (XSS) web app (JS) #435
Comments
Can I go for this? |
Absolutely, @MEME-MAN234! We will be very happy to review any PR related to this issue. :) |
@rafaveira3 Do I have to use docker? |
@rafaveira3 I am using react |
@rafaveira3 review my PR |
Hi, @MEME-MAN234! Thanks for taking the time to contribute to secDevLabs! For simplicity's sake, I believe it's best for us to comment on your PR directly on it! So we'll be adding some comments there, stay tuned! |
Hi, can I make an example with other technologies (rails, django)? |
Sure, @daviluis321! It would be great if we had a Rails app! I have just created a new issue here. |
Motivation
SecDevLab's goal is to provide examples of how security vulnerabilities could be fixed, but we only have one example of
Cross-Site Scripting
from OWASP's 2017 Top 10.It would be great if
We had another app illustrating this vulnerability and how it could be exploited by an attacker.
What we expect
The new app must have a complete
README.md
with all the steps on how to get the environment ready to run it, how it can be installed, and how an attacker could compromise it.The app should be similar to the existing web apps, such as this one.
Note: It would be great if this app could be powered by anything other than Python. 🙂
Tips
The text was updated successfully, but these errors were encountered: