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 Labeling System Project"

From OWASP
Jump to: navigation, search
Line 209: Line 209:
  
 
=DEMO1(source code)=
 
=DEMO1(source code)=
/*This example shows how to include the OWASP Security Labeling System clauses into a software download. The computer program jazz-scales.zip  includes the SECURITY, PRIVACY and INGREDIENTS labels:*/
+
'''''/*This example shows how to include the OWASP Security Labeling System clauses into a software download. The computer program jazz-scales.zip  includes the SECURITY, PRIVACY and INGREDIENTS labels:*/'''''
 +
 
 +
'''''/* FIRST: Show the labels on the download page*/'''''
  
 
Jazz-scales  is labeled under the OWASP SECURITY LABELING SYSTEM as:
 
Jazz-scales  is labeled under the OWASP SECURITY LABELING SYSTEM as:
Line 217: Line 219:
  
 
Download jazz-scales.zip from here: [[File:Jazz-scales.zip]]
 
Download jazz-scales.zip from here: [[File:Jazz-scales.zip]]
 +
 +
'''''/*SECOND: Show the hash sum or a link of the hash sum in case of Privacy Label */'''''
  
 
You must verify the hash-sum of the .zip package before installing:
 
You must verify the hash-sum of the .zip package before installing:
Line 223: Line 227:
  
 
SHA1sum= 00c533903ab6c3afc717021e724b479f8637c41a
 
SHA1sum= 00c533903ab6c3afc717021e724b479f8637c41a
 +
 +
'''''/*THIRD: The demo program is licensed under a GPL v3 license, with an OWASP Security Labeling System exception(Please read the license):*/'''''
  
 
YOU MUST read the READ-ME file, and the LICENSE agreement before using this software.
 
YOU MUST read the READ-ME file, and the LICENSE agreement before using this software.
  
 
-------------------------------------------------
 
-------------------------------------------------
 +
'''/* FOURTH: The logos will be linked to the Security Labeling System Site. The certificate could look like this:*/'''''Italic text''
 +
''
 
'''CERTIFICATE'''(something like this, after clicking the logo)
 
'''CERTIFICATE'''(something like this, after clicking the logo)
  
Line 244: Line 252:
  
 
SHA1sum= 00c533903ab6c3afc717021e724b479f8637c41a
 
SHA1sum= 00c533903ab6c3afc717021e724b479f8637c41a
 +
 +
This Software will not sale or transfer you personal data without authorization.
  
 
INGREDIENTS LABEL:  This computer program is distributed as source code and contains the following source files:
 
INGREDIENTS LABEL:  This computer program is distributed as source code and contains the following source files:
Line 256: Line 266:
  
 
=DEMO2(Web Apps)=
 
=DEMO2(Web Apps)=
/*This example shows how to apply the OWASP Security Labeling system clauses into your Web Site's TERMS AND CONDITIONS. They should be placed inside an OWASP Security Labeling System section. The labeling logos could be placed in your anywhere as long as they remain visible. (as in the front page of this Website, as widget). This Web Site uses 3 labels: security, Privacy, and Openness */
+
'''''/*This example shows how to apply the OWASP Security Labeling system clauses into your Web Site's TERMS AND CONDITIONS. They should be placed inside an OWASP Security Labeling System section. The labeling logos could be placed in your anywhere as long as they remain visible. (as in the front page of this Website, as widget). This Web Site uses 3 labels: security, Privacy, and Openness */
 +
'''''
 +
'''''/*FIRST: The logos could be placed in the front page of the website: */''
 +
'''
 +
[[File:Example-web-labeling.png]]
  
[[File:Example-web-labeling.png]]
+
'''/*SECOND: Add the OWASP Security Labeling System clause to your Terms and Conditions: */'''''Italic text''
  
 
''Please read carefully the following terms and conditions before registering and using this WebSite:
 
''Please read carefully the following terms and conditions before registering and using this WebSite:
Line 272: Line 286:
 
THIS COMPROMISE IS ONLY VALID AS LONG AS THIS SOFTWARE IS REGISTERED INTO THE OWASP SECURITY LABELING SYSTEM RECORDS.
 
THIS COMPROMISE IS ONLY VALID AS LONG AS THIS SOFTWARE IS REGISTERED INTO THE OWASP SECURITY LABELING SYSTEM RECORDS.
  
2.LIABILITY:(from here, clauses are not important)
+
2.LIABILITY:'''/*(from here, clauses are not important)*/'''
 
-  By signing this agreement, the user assumes complete responsibility over their own uploaded content, including posts, comments, and forums. The FOSS lawyers Institute denies any liability and damages of any kind, concerning contents uploaded by the users.
 
-  By signing this agreement, the user assumes complete responsibility over their own uploaded content, including posts, comments, and forums. The FOSS lawyers Institute denies any liability and damages of any kind, concerning contents uploaded by the users.
  
Line 282: Line 296:
 
''
 
''
 
--------------------------------------------------------
 
--------------------------------------------------------
 +
'''*/FOURTH: The labeling logos of the front WebSite page should link to the OWASP Security Labeling System Site, and generate a certificate, such as:*/'''''Italic text''
 +
 
'''CERTIFICATE'''(something like this)
 
'''CERTIFICATE'''(something like this)
  
Line 294: Line 310:
 
SECURITY LABEL: This Web Application has been developed and is maintained using: The OWASP TOP TEN Project, OWASP secure coding practices, and OWASP Security Principles Project.
 
SECURITY LABEL: This Web Application has been developed and is maintained using: The OWASP TOP TEN Project, OWASP secure coding practices, and OWASP Security Principles Project.
  
PRIVACY LABEL:  This Web Application follows the OWASP Top Ten Privacy Project.
+
PRIVACY LABEL:  This Web Application will not sale or transfer you personal data without your authorization. This Web Application follows the OWASP Top Ten Privacy Project.
  
 
OPENNESS LABEL: Here you can find the lastest vulnerability report of this web application: [[File:Example-report.png]]
 
OPENNESS LABEL: Here you can find the lastest vulnerability report of this web application: [[File:Example-report.png]]

Revision as of 20:07, 14 May 2014

OWASP security labeling system2.png

PURPOSE

Making security VISIBLE for everybody.


WHAT IS IT?

It is system of security labels for web applications and software(in general). It can be used for any distributed software (when the user install in his device), or in web applications where the user connects to a server(as in cloud services).

HOW DOES IT WORK?

The labeling system is classified by 4 labels:

* Security(S). Security starts with SECURE CODING, and secure maintenance. This badge is for Software developed with a secure life cycle, following recommended security coding practices(OWASP TOP TEN, OWASP security principles...) and recommended security tools(Zed Attack Proxy, SAINT, Dependency check...)

* Privacy(P). Security is also about TRUST. Technical security is not relevant if Software comes with hidden non-authorized backdoors, or surveillance code by default. This Privacy badge is for Software free of non-authorized spyware, and web applications following ethical principles of data protection.

* Ingredients(I). Security is also about TRANSPARENCY. This condition is possible through the use of Open Source Software. Contemporary Software is built(and linked) by many components such as shared libraries, third party code, APIS, and so on. This label consists on Software exposing their components and third party code.

* Openness(O). Security might also be OPEN. Open security means having a fast and reliable IT security team. This openness label consists on exposing the Software or Web Application last vulnerability reports to the public.


IMPLEMENTATION

The System provides 4 logos and 4 clauses(1 for each label). The clauses can be added before the copyright public licenses as a "license exception", or included in the warranty clause(or any other) in custom copyright licenses, license contracts, terms of services, or even privacy policies.

STEP 1: Get Registered in the OWASP Security Labeling system Site.

STEP 2: Download the label-logo(s) and paste before your copyright license, license contract, terms of service, or privacy policy.

STEP 3: Incorporate the correspondent label-clause(s) into your copyright license, license contract,terms of service,or privacy policy.

COMPROMISES

- Between DEVELOPER and the OWASP SECURITY LABELING PROJECT. By including the Labeling-logos, the Developer gets the compromise of following the OWASP labeling requirements.

- Between DEVELOPER and USERS. By incorporating the Labeling-Clauses, the Developer assumes a direct compromise with their software users. This compromise has a legal value as it is incorporated into the contract.

- Between OWASP SECURITY LABELING PROJECT and USERS. Users can report violations of the labeling system to the OWASP labeling project Volunteers.

PRESENTATION

http://www.slideshare.net/luisenriquezA/owaspsecuritylabelingsystem

MOTIVATION

After joining the OWASP community in my local chapter, I got the idea of a security labeling system. When I contacted Jeff Williams I found out that he already proposed a very similar idea few years ago. We think we can revive it. The OWASP international community has the purpose of making security visible, and opinions from different sides are crucial in order to create a practical and widely used labeling system.



NEWS AND EVENTS

  • The proposal of this project is READY. Time for Opinions and Corrections.


PROJECT LEADER

Luis Enriquez


LICENSING

The OWASP Security Labeling System Project is free to use. All documentation is licensed under the http://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 license], so you can copy, distribute and transmit the work, and you can adapt it, and use it commercially, but all provided that you attribute the work and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.

RELATED PROJECTS

CLASSIFICATIONS

Owasp-incubator-trans-85.png Owasp-builders-small.png
Owasp-defenders-small.png
Cc-button-y-sa-small.png
Project Type Files CODE.jpg