You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

What is CII Badging program?

CII (core infrastructure initiative) Badge may be achieved by the projects which follow the Best practices criteria for Free/Libre and Open Source Software (FLOSS).

CII has been created by the linux foundation in response to previous security issues in open-source projects (e.g. Heartbleed in openSSL).

The CII Badging is associated to the areas as follows:

       Basics, Change Control, Reporting, Quality, Security & Analysis

Projects in ONAP should be CII certified to an appropriate level in order to confirm with expectation of carrier grade.

Levels

There are 3 levels of passing in the badging

  • Passing
  • Silver
  • Gold

The levels may further be subdivided as follows:

Level 1: 70 % of the projects passing the level 1
with the non-passing projects reaching 80% passing level
Non-passing projects MUST pass specific cryptography criteria outlined by the Security Subcommittee*

Level 2: 70 % of the projects passing silver
with non-silver projects completed passing level and 80% towards silver level

Level 3: 70% of the projects passing gold
with non-gold projects achieving silver level and achieving 80% towards gold level

Level 4: 100 % passing gold. 


Some of the important high level example criteria associated to the various levels are listed as follows for quick reference:

Level

Details/Criteria

Passing

The project website MUST succinctly describe what the software does (what problem does it solve?).
The project MUST use at least one automated test suite that is publicly released as FLOSS (this test suite may be
maintained as a separate FLOSS project).

Silver

The project MUST document what the user can and cannot expect in terms of security from the software produced
by the project. The project MUST identify the security requirements that the software is intended to meet and an
assurance case that justifies why these requirements are met.

The assurance case MUST include: a description of the threat model, clear identification of trust boundaries, and evidence that common security weaknesses have been
countered

Gold

The project MUST have at least 50% of all proposed modifications reviewed before release by a person other than
the author, to determine if it is a worthwhile modification and free of known issues which would argue against its
inclusion.

Requirement

For the Beijing release the requirement is Level 1 (at least 70% of the project are on passing level, and all non-passing projects at >80% towards passing).

Current Status

The dashboard gives a list of all onap projects that are undergoing the process and their % of completion

<TODO insert a link to the dashboard table here>

Procedure

First step is create a new project in bestpractices website

  1. Create a account in https://bestpractices.coreinfrastructure.org/ and login
  2. Click on the "Projects" icon on the top right 
  3. This page will list all the projects certified by CII not just the onap projects. Click on Add/Add new project button to add a new project.

  4. Enter the details of your project in the new screen and click "Submit URL"

Now you will be prompted with a set of questions and most of them are straightforward. You can refer to one of the existing projects to get an idea of what has to be filled in.


Sample questions and answers

This section will cover all the questions in each level and what it means and what a possible answer can be. A description of the the question will be provided where needed.

Passing

QuestionDescription


QuestionDescriptionSample Answer

Basic project website content



The project website MUST succinctly describe what the software does You can link to your readme file in onap.readthedocs

The description of the project can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/sparky-be.git/docs/index.html

The project website MUST provide information on how to: obtain, provide feedback (as bug reports or enhancements), and contribute to the software
The following URLs describe the process to join the community, developing the software and provide feekback: https://wiki.onap.org/display/DW/Joining+the+Community https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA https://wiki.onap.org/display/DW/Developing+ONAP
The information on how to contribute MUST explain the contribution process (e.g., are pull requests used?) (URL required)
The process could be found in the following URL: https://wiki.onap.org/display/DW/Development+Procedures+and+Policies
The information on how to contribute SHOULD include the requirements for acceptable contributions (e.g., a reference to any required coding standard). 

The Javascript code should meet the requirements except for the number of characters in a line of code specified by the styleguide
https://google.github.io/styleguide/jsguide.html
We avoid the restriction on the number of characters in one line of code to improve readability.

FLOSS license



What license(s) is the project released under?


Apache-2.0
The software produced by the project MUST be released as FLOSS.
The Apache-2.0 license is approved by the Open Source Initiative (OSI).
It is SUGGESTED that any required license(s) for the software produced by the project be approved by the Open Source Initiative (OSI)
The Apache-2.0 license is approved by the Open Source Initiative (OSI).
The project MUST post the license(s) of its results in a standard location in their source repository. (URL require

License can be found in:
https://gerrit.onap.org/r/gitweb?p=aai/sparky-fe.git;a=blob;f=LICENSE;h=38a0459285f876f7cb07c931fe01d195b9122872;hb=refs/heads/amsterdam

Documentation



The project MUST provide basic documentation for the software produced by the project. 

The documentation describing the project can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/sparky-be.git/docs/index.html

The project MUST provide reference documentation that describes the external interface (both input and output) of the software produced by the project.

The component sparky-fe needs to be used with sparky-be and AAI to view AAI component.
AAI is a part of the ONAP itself.
Documentation on how to install ONAP can be found in : http://onap.readthedocs.io/en/latest/guides/onap-developer/settingup/fullonap.html

The project sites (website, repository, and download URLs) MUST support HTTPS using TLS.

Given only https: URLs.
Project site: https://wiki.onap.org/pages/viewpage.action?pageId=13599492
Repository: https://gerrit.onap.org/r/#/admin/projects/aai/sparky-fe

The project MUST have one or more mechanisms for discussion (including proposed changes and issues) that are searchable, allow messages and topics to be addressed by URL, enable new people to participate in some of the discussions, and do not require client-side installation of proprietary software.
A mailing list is used for project related discussion. New users could also check, search the old discussion online at onap-discuss website. Joining the Community
The project SHOULD provide documentation in English and be able to accept bug reports and comments about code in English.
JIRA is used to track bugs. The whole website is in English. Tracking Issues with JIRA
Change Control: Public version-controlled source repository

The project MUST have a version-controlled source repository that is publicly readable and has a URL.The answer is optonal, you can just select the Met radio button

Sparky's version controlled repository can be found in
https://gerrit.onap.org/r/#/admin/projects/aai/sparky-fe

The project's source repository MUST track what changes were made, who made the changes, and when the changes were made. The answer is optonal, you can just select the Met radio button

Tracking is provided by using a combination of JIRA and git history. Every commit has an user and a Jira number attached to it.
Git history for sparky's master branch:https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=shortlog;h=refs%2Fheads%2Fmaster
Jira for ONAP: https://jira.onap.org/secure/Dashboard.jspa

To enable collaborative review, the project's source repository MUST include interim versions for review between releases; it MUST NOT include only final releases. 
Gerrit provides an temperate branch for reviewing and providing comments. Once approved, the code will be merged and the temperate branch will be removed.
It is SUGGESTED that common distributed version control software be used (e.g., git) for the project's source repository.
Git and Gerrit are used.

Unique version numbering




  1. The project website MUST succinctly describe what the software does 

Resources 

The following resources may be useful source of information about CII badging:

•CII Badging overview: https://bestpractices.coreinfrastructure.org/
•Basic Criteria: https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/criteria.md
•Higher Level Criteria: CII Badging overview : https://github.com/coreinfrastructure/best-practices-badge/blob/master/doc/other.md
•Example : https://bestpractices.coreinfrastructure.org/projects/1/0
•Further reading: https://wiki.onap.org/display/DW/ONAP+Beijing+Release+Developer+Forum%2C+Dec.+11-13%2C+2017%2C+Santa+Clara%2C+CA+US?preview=/16002054/20874916/ONAP-Security%20Sub-committee-pa2.pdf
•CLAMP project CII:  https://bestpractices.coreinfrastructure.org/projects/1197
http://tlhansen.us/onap/cii.php  [temporary reference dashboard]



  • No labels