-
Notifications
You must be signed in to change notification settings - Fork 203
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
Vulntotal browser extension #1121
Comments
Vulntotal is written in Python, so the goal is to use python implementation and run it within a browser extension, while providing a basic user interface. How to run python in the browser?Here are a few tools that we could use to run Python in a browser: |
This sounds like a pretty useful and interesting project that I'd definitely be interested to pursue for GSOC. I was going through the tools that can be used to run Python in the browser and have some mixed thoughts about what to use. |
Hey @keshav-space @pombredanne @TG1999 I'm Mahesh Kasbe, eager to join this project for the GSoC cohort. In 2023, I successfully completed GSoC with NRNB, enhancing their DevOps Pipeline. Additionally, I contributed a CLI tool to the OpenKruise project during the Linux Foundation Mentorship program, merging it into the Argocd repository. With experience in Python and penetration testing, I'm well-equipped for this project. Could you please confirm the primary mode of communication? I'm keen to start drafting my proposal and discussing ideas with the team. |
Thanks for showing interest, @maheshkasabe. I noticed you're also a mentor for @nrnb. However, it seems that GSoC doesn't allow participation both as a mentor and a contributor simultaneously. See the GSoC FAQs https://developers.google.com/open-source/gsoc/faq#can_i_participate_in_gsoc_as_both_a_mentor_and_a_gsoc_contributor. |
Hi AboutCode Community, my name is Malik Akbar Hashemi Rafsanjani, a final year computer science student from Indonesia (Bandung, Institute of Technology) 👋👋 I am very excited to contribute to this project for Google Summer of Code (GSoC) 2024. I have several experiences with creating browser extensions and programming using Python as well, especially for web development. I am very excited to contribute to this project and I believe I am qualified for this project. Is there anything you want me to do first? In the meantime, I will try some of the tools that we could use to run Python in a browser, that @keshav-space has mentioned and create some kind of MVP. Thank you! Here is my profile |
Hi @keshav-space 👋 Recently I created a simple Chrome extension using Python (PyScript and Pyodide) for calculating simple addition and subtraction numbers using Python. This project also provides REPL for users to play with Python script in the web extension. You can check it here https://github.com/malikrafsan/python-web-extension I would very much appreciate for your feedback! Can you please share where to continue next? I am very excited to contribute to this project, thank you so much! 2024-03-23.20-57-13.1.mp4 |
Hi, I'm new to open source, really excited to work on this project in GSoC 24. Thanks ! |
Hi, regarding my progress, you can find the current implementation of mine here. This will be a temporary repository to host the codes as we haven't discussed the best project structure for this project. Thank you! https://github.com/malikrafsan/vulnerablecode/blob/main/vulntotal-extension |
Idea: @keshav-space
Implement a firefox/chrome browser extension which would run vulntotal on the client side, and query the vulneribility datasources for comparing them. The input will be a PURL, similarly as vulntotal.
The text was updated successfully, but these errors were encountered: