This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Difference between revisions of "OWASP Security Catalyst"
Rachnagoel (talk | contribs) (→Volunteers) |
Rachnagoel (talk | contribs) (→24-Nov-2014: Project Repository Creation on GitHub) |
||
Line 148: | Line 148: | ||
= News and Events = | = News and Events = | ||
− | == | + | ==12-Oct-2015: Project Repository Creation on GitHub== |
− | GitHub project repository created for project deliverable and distribution, which can be found [https://github.com/ | + | GitHub project repository created for project deliverable and distribution, which can be found [https://github.com/rachnagoel8/OWASP_Security_Catalyst here]. |
Revision as of 04:28, 25 October 2015
OWASP Security CatalystOWASP Security Catalyst project is a collection of dummy applications (fully secure and fully vulnerable versions) in various programming languages and platforms including .NET, JAVA, PHP, Android, iPhone, etc, demonstrating implementation of OWASP's secure design and development guidelines. DescriptionVision of this project is to demonstrate the implementation of OWASP's secure design and development guidelines as working applications in all leading programming languages and platforms including .NET, JAVA, PHP, Android, iPhone, etc. All the dummy applications will be available as Fully Vulnerable and Fully Secure versions. Vulnerable version will highlight the application security vulnerabilities, and can be used for Hands-on practice for application VAPT. At the same time, Secure version of the same application will map OWASP's security development guidelines in the code files, demonstrating secure coding. User's can not only use the vulnerable apps for VAPT practice, but they will very easily be able to compare the vulnerable code with the secure code, from the secure version of the same application.
This is going to be a unique project where ready made secure code/libraries are available in the secure versions of the applications, including all leading programming languages, and will make it very easy and quick for developers to pick and duplicate security implementation in their own applications. LicensingGNU GPL v3 License |
Project ResourcesCurrently we have developed the VULNERABLE version of Web Application in JAVA. GITHUB Repository for JAVA Application The non vulnerable version in JAVA is under development. We will upload the same sooner. This project's deliverable will be downloadable secure and vulnerable versions of dummy application in various programming languages including .NET, JAVA, PHP, Android, iPhone, etc. Project LeaderRachna Goel User:Rachnagoel Praful Agarwal User:Praful Sulabh Jain User:Sulabh.jain Related ProjectsOWASP_WebGoat_Project OWASP_PHP_Security_Project OWASP_Java_File_I_O_Security_Project |
Classifications
Q4 2015
- Developing "Training Management System" in JAVA/ORACLE as Vulnerable and Secure versions.
- Walk-through/User-guide (preferably videos) for practicing vulnerabilities in "Training Management System - Vulnerable"
- Walk-through/User-guide (preferably videos) for exploring security libraries in "Training Management System - Secure"
Q1 2016
- Developing "Training Management System" in PHP/MySQL as Vulnerable and Secure versions.
- Walk-through/User-guide (preferably videos) for practicing vulnerabilities in "Training Management System - Vulnerable"
- Walk-through/User-guide (preferably videos) for exploring security libraries in "Training Management System - Secure"
Q2 2016
- Developing "Training Management System" in ASP.NET/C#/SQL as Vulnerable and Secure versions.
- Walk-through/User-guide (preferably videos) for practicing vulnerabilities in "Training Management System - Vulnerable"
- Walk-through/User-guide (preferably videos) for exploring security libraries in "Training Management System - Secure"
Other Future Plans
- Developing "Training Management System" for Mobile Platforms
- Preparing other vulnerable and secure applications
- Developing security checklist for quick reference for leading languages and platforms
Volunteers
Currently OWASP_Security_Catalyst project is led by Rachna Goel. This project's deliverable and distributions are available here.
We invite you to become a contributor for this project.
The first contributors to the project were:
{mailto:[email protected] Rachna Goel]
{mailto:[email protected] Praful Agarwal]
How can I participate in your project?
All you have to do is make the Project Leader's aware of your available time to contribute to the project. It is also important to let the Leader's know how you would like to contribute and pitch in to help the project meet it's goals and milestones. There are many different ways you can contribute to an OWASP Project, but communication with the leads is key.
If I am not a programmer can I participate in your project?
Yes, you can certainly participate in the project if you are not a programmer or technical. The project needs different skills and expertise and different times during its development. Currently, we are looking for researchers, writers, graphic designers, and a project administrator.
Involvement in the development and promotion of OWASP Security Catalyst Project is actively encouraged! You do not have to be a security expert or a programmer to contribute. Some of the ways you can help are as follows:
Coding
We could implement some of the later items on the roadmap sooner if someone wanted to help out with unit or automated regression tests
Localization
Are you fluent in another language? Can you help translate the text strings in the Code Project Template into that language?
Testing
Do you have a flair for finding bugs in software? We want to product a high quality product, so any help with Quality Assurance would be greatly appreciated. Let us know if you can offer your help.
Feedback
Please use the Code Project Template project mailing list for feedback about:
- What do like?
- What don't you like?
- What features would you like to see prioritized on the roadmap?
A ready to use "Training Management System" in PHP/MySQL as Vulnerable and Secure versions
12-Oct-2015: Project Repository Creation on GitHub
GitHub project repository created for project deliverable and distribution, which can be found here.