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

OWASP Security Knowledge Framework

From OWASP
Revision as of 22:44, 17 March 2015 by Foobar (talk | contribs) (Roadmap)

Jump to: navigation, search
OWASP Project Header.jpg

OWASP Security Knowledge Framework Project

The OWASP Security Knowledge Framework Project is intended to be a tool used for building, verification and training. It's the first step in the Software (AND Security) Development Life Cycle.

Description

It is an expert system web-application that uses OWASP Application Security Verification Standard. It support developers in pre-development (Security by design) It support developers after release of code (OWASP Checklist Level 1-3) Code-examples

Our experience taught us that the current level of security the current web-applications contain is not sufficient enough to ensure security. This is mainly because web-developers simpy aren't aware of the risks and dangers are lurking, waiting to be exploited by hackers.

Because of this we decided to develop a security tool in order to create a guide system available for all developers so they can develop applications secure by design.

The security knowledge framework is here to support developers create secure applications. By analysing proccessing techniques in which the developers use to edit their data the application can link these techniques to different known vulnerabilities and give the developer feedback regarding descriptions and solutions on how to properly implement these techniques in a safe manner.

The seccond stage of the application is validating if the developer properly implemented different types of defense mechanisms by means of different checklists such as the application security verification standards.

By means of the answers supplied by the developer the application again generates documentation in which it gives feedback on what defense mechanisms he forgot to implement and give him feedback regarding descriptions and solutions on how to properly implement these techniques in a safe manner.

Licensing

This program is free software: you can redistribute it and/or modify it under the terms of the link GNU Affero General Public License 3.0 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Project Resources

Github/source-code:
https://github.com/blabla1337/skf-flask

Guide's and tutorials:
http://www.securityknowledgeframework.com/index.html?#guide
https://github.com/blabla1337/skf-flask/blob/master/README

Old PoC Online demo version:
http://demo.securityknowledgeframework.com

Related Projects

Asvs-satellite.jpgOWASP Resources

Project Leaders

Glenn ten Cate
Riccardo ten Cate

Classifications

Project Type Files TOOL.jpg
Incubator Project Owasp-builders-small.png
Affero General Public License 3.0

News and Events

[17-03-2015:]
First Alpha release of the Security Knowledge Framework! Easy install with: pip install owasp-skf Check out the Github page for more details.

For documentation, tutorials and guide's please visit: http://www.securityknowledgeframework.com, for more detailed information.

Contributors

[Glenn ten Cate]
[Riccardo ten Cate]
[Alexander Kaasjager]

Allot of colleagues at Schuberg Philis for helping and giving feedback.
Thank you guys, let's make it more Awesome!

Roadmap

The project is almost ready for the first Official release. In the future we want to do the following things:

- Information/feedback gathering from users

- Design new layout for improved usability

- Write new code examples

- Write new content for knowledge base

- Iterate old examples for improvement

- Hook code examples to knowledge-base items

- Include multiple user accounts

Getting Involved

The goal is to deliver an web-application that is easy to set-up and can run on different OS. For this we chosen the Python Flask, this runs both on Windows as Linux and is easy to install.