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 Integration System"
MB netblue4 (talk | contribs) (→OWASP Tool Project Template) |
MB netblue4 (talk | contribs) (→OWASP Tool Project Template) |
||
Line 32: | Line 32: | ||
<li><b>Development teams</b>: I need to do all of the above and within a two week sprint cycle :-)</li> | <li><b>Development teams</b>: I need to do all of the above and within a two week sprint cycle :-)</li> | ||
</ol> | </ol> | ||
+ | |||
<br> | <br> | ||
− | <b> | + | <b>How these stakeholder requirements are often met?</b><br> |
− | + | For every development cycle | |
<ol> | <ol> | ||
− | <li> | + | <li><b>Development teams</b>: Need to read and understand all 99 articles of the GDPR: to make sure, for example, the data is categorised and user consent is stored</li> |
− | <li> | + | <li><b>Development teams</b>: Need to read and understand the 114 controls listed in ISO 27002 (if the use ISO): To make sure the solution can be safely integrated into the organisations information security management system (ISMS) and for example, application logs are in a format that can be consumed and reported to the SEIM</li> |
− | <li> | + | <li><b>Development teams</b>: Need to select from the 99 GDPR articles and the 114 ISO controls those that apply to the solution, perform a risk assessment on the selected controls, write security test plans to test selected controls</li> |
− | <li> | + | <li><b>Development teams</b>: Need to technically implementation and test security requirements</li> |
− | <li> | + | <li><b>Approvers</b>: Need to hunt through hundreds of automated test results to find the testing evidence proving that the security requirements were tested</li> |
+ | <li><b>Business</b>: Need Scream and shout about not meeting the two week sprint cycle deadline</li> | ||
</ol> | </ol> | ||
<i>Development teams cannot perform these security tasks within a reasonable time frame, let alone a two week sprint cycle By this time the 2 week sprint cycle has elapsed and </i> | <i>Development teams cannot perform these security tasks within a reasonable time frame, let alone a two week sprint cycle By this time the 2 week sprint cycle has elapsed and </i> | ||
</p> | </p> | ||
− | + | <br> | |
+ | <b>How should these stakeholder requirements be met</b><br> | ||
+ | For every development cycle | ||
+ | <ol> | ||
+ | <li><b>Information security</b>: Needs to understand the technical implementation and generate a list of security requirements to protect against vulnerabilities</li> | ||
+ | <li><b>Information security</b>: Make sure development teams understand the security requirements</li> | ||
+ | <li><b>Development teams</b>: Need to implement, test and record evidence proving the security requirements are met</li> | ||
+ | <li><b>Approvers</b>: Need to review testing evidence, accept the risk and approve the release</li> | ||
+ | <li><b>Compliance and Assurance</b>: Need to review collect evidence for consistency and traceability</li> | ||
+ | </ol> | ||
Line 52: | Line 63: | ||
<br> | <br> | ||
<p> | <p> | ||
− | <b> | + | <b>Why is it so hard to meet these stakeholder requirements?</b><br> |
− | |||
− | <b> | ||
<ul> | <ul> | ||
− | <li> | + | <li>Each stakeholder represents a separate domain, each domain contains a huge body of knowledge.</li> |
− | <li> | + | <li>This huge body of security, risk, compliance and assurance knowledge needs to be filtered, made applicable and applied to every critical function in the application landscape</li> |
+ | <li>Adding to the complexity is that every critical function in the application landscape could be coded in a different language and implemented in a different environment</li> | ||
+ | <li>Further compounding the problem is the fact that most other organisational processes have a <b>first line of defence that integrates these security controls into the process</b> but, unless your organisation is gifted with budget and resources the software development process does not have a first line of defence</li> | ||
</ul> | </ul> | ||
− | <b> | + | <b>The lack of a dedicated fist line of defence or a planned security control implementation usually results in a a 50 page security policy being dumped on the developers desk with the comment "Implement this please"</b> |
− | < | + | |
− | + | <br> | |
+ | <b>What will the role of a first line of defence be in the software development process</b>: | ||
<ol> | <ol> | ||
<li>Generates security requirements before coding begins</li> | <li>Generates security requirements before coding begins</li> | ||
Line 69: | Line 81: | ||
<li>Inform risk based decision making and prioritising</li> | <li>Inform risk based decision making and prioritising</li> | ||
</ol> | </ol> | ||
− | </ | + | <b>To combat the limited budget and resources the Secure coding tool attempts to fill the shoes of the first line of defence</b> |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<br> | <br> | ||
Line 89: | Line 89: | ||
It's important to note that the secure coding tool is part of a system of components to secure software development. <br> | It's important to note that the secure coding tool is part of a system of components to secure software development. <br> | ||
Other components of the system include <b>governance</b>, <b>human support</b> and <b>vulnerability management<b>. <br> | Other components of the system include <b>governance</b>, <b>human support</b> and <b>vulnerability management<b>. <br> | ||
− | I've detailed these components in a different article that will be published in the Nov/Dec issue of the ISC2 magazine. | + | I've detailed these components in a different article that will be published in the Nov/Dec issue of the ISC2 magazine, I will add a link here after publication. |
</p> | </p> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Description== | ==Description== |
Revision as of 11:59, 13 August 2019
Instructions are in RED text and should be removed from your document by deleting the text with the span tags. This document is intended to serve as an example of what is required of an OWASP project wiki page. The text in red serves as instructions, while the text in black serves as an example. Text in black is expected to be replaced entirely with information specific to your OWASP project. Project About
OWASP Tool Project TemplateThis section should include an overview of what the project is, why the project was started, and what security issue is being addressed by the project deliverable.
Introduction
Development teams cannot perform these security tasks within a reasonable time frame, let alone a two week sprint cycle By this time the 2 week sprint cycle has elapsed and
Why is it so hard to meet these stakeholder requirements?
The lack of a dedicated fist line of defence or a planned security control implementation usually results in a a 50 page security policy being dumped on the developers desk with the comment "Implement this please"
To combat the limited budget and resources the Secure coding tool attempts to fill the shoes of the first line of defence
DescriptionThis is where you need to add your more robust project description. A project description should outline the purpose of the project, how it is used, and the value it provides to application security. Ideally, project descriptions should be written in such a way that there is no question what value the project provides to the software security community. This section will be seen and used in various places within the Projects Portal. Poorly written project descriptions therefore detract from a project’s visibility, so project leaders should ensure that the description is meaningful. The Tool Project Template is simply a sample project that was developed for instructional purposes that can be used to create default project pages for a Tool project. After copying this template to your new project, all you have to do is follow the instructions in red, replace the sample text with text suited for your project, and then delete the sections in red. Doing so should make it clearer to both consumers of this project, as well as OWASP reviewers who are trying to determine if the project can be promoted to the next category. The information requested is also intended to help Project Leaders think about the roadmap and feature priorities, and give guidance to the reviews as a result of that effort. Creating a new set of project pages from scratch can be a challenging task. By providing a sample layout, with instructional text and examples, the OWASP Tool Project Template makes it easier for Project Leaders to create effective security projects and hence helps promote security. Contextual custom dictionary builder with character substitution and word variations for pen-testers LicensingA project must be licensed under a community friendly or open source license. For more information on OWASP recommended licenses, please see OWASP Licenses. While OWASP does not promote any particular license over another, the vast majority of projects have chosen a Creative Commons license variant for documentation projects, or a GNU General Public License variant for tools and code projects. This example assumes that you want to use the AGPL 3.0 license. 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. OWASP XXX and any contributions are Copyright © by {the Project Leader(s) or OWASP} {Year(s)}. RoadmapAs of November, 2013, the highest priorities for the next 6 months are:
Subsequent Releases will add
Getting InvolvedInvolvement in the development and promotion of Tool Project Template 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: |
Project ResourcesThis is where you can link to the key locations for project files, including setup programs, the source code repository, online documentation, a Wiki Home Page, threaded discussions about the project, and Issue Tracking system, etc. Project LeaderA project leader is the individual who decides to lead the project throughout its lifecycle. The project leader is responsible for communicating the project’s progress to the OWASP Foundation, and he/she is ultimately responsible for the project’s deliverables. The project leader must provide OWASP with his/her real name and contact e-mail address for his/her project application to be accepted, as OWASP prides itself on the openness of its products, operations, and members. Related ProjectsThis is where you can link to other OWASP Projects that are similar to yours. Classifications |