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

Compare with Current View Page History

« Previous Version 26 Next »

What is the 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.

CII Badging Levels and ONAP CII Compliance Levels

There are 3 levels of CII badging:

  • Passing
  • Silver
  • Gold

For ONAP, 4 levels of compliance have been defined:

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

Example 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.

R2 Beijing Requirements

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

R2 Beijing Current Status Dashboard

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 to Fill Out the BestPractices.CoreInfrastructure.Org Form

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. The following set of Sample Questions and Answers should help you fill it out. You may also wish to refer to one of the existing projects to get an idea of what has to be filled in. You can use this link and click on any project name to see the answers used for that project.

You should go through the questions for each of the levels. Some of the questions at Silver level change a "SHOULD" into a "MUST" from the Passing level, so if you have met some suggestion at Passing level, verify that is marked as Met at Silver level as well.


Sample Passing Level Questions and Answers

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


QuestionDescriptionSample Answer

Basics: Identification



This is a short name. It SHOULD include "ONAP" as part of it.

ONAP CLAMP (Closed Loop Automation Management Platform)

Include a paragraph describing your project. You MUST include "ONAP" as part of it the description in order for our queries to work.

ONAP CLAMP is a platform for designing and managing control loops. It is used to design a closed loop, configure it with specific parameters for a particular ... etc ...

Use the wiki URL for your project. Only use the HTTPS version.

https://wiki.onap.org/display/DW/CLAMP+Project

This will be the Gerrit URL for your project. It MUST start with <https://gerrit.onap.org/r/#/admin/projects>.

https://gerrit.onap.org/r/#/admin/projects/clamp

What programming language(s) are used to implement the project?


C++, Java, JavaScript, Python, etc.
The textual answer is optional; you may leave it blank.
QuestionDescriptionSample Answer

Basics: Basic project website content



The project website MUST succinctly describe what the software does ONAP requires this, so you can just select the Met radio button. You can link to your readme file on onap.readthedocs.io

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 softwareONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.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)ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.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). ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

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.

QuestionDescriptionSample Answer

Basics: FLOSS license



What license(s) is the project released under?

ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.Apache-2.0
The software produced by the project MUST be released as FLOSS.ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.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)ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.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 requireONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.

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

QuestionDescriptionSample Answer

Basics: Documentation



The project MUST provide basic documentation for the software produced by the project. ONAP requires this, so you can just select the Met radio button. Use a pointer to your project's readthedocs.io area.

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.ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

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

QuestionDescriptionSample Answer

Basics: Other



The project sites (website, repository, and download URLs) MUST support HTTPS using TLS.ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The project sites are all HTTPS:
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.ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.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.ONAP requires this, so you can just select the Met radio button. Use the text in the sample answer.JIRA is used to track bugs. The whole website is in English. Tracking Issues with JIRA
QuestionDescriptionSample Answer
Change Control: Public version-controlled source repository

The project MUST have a version-controlled source repository that is publicly readable and has a URL.

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

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. 

ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

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. ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.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.ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Git and Gerrit are used.
QuestionDescriptionSample Answer

Change Control: Unique version numbering



The project results MUST have a unique version identifier for each release intended to be used by usersONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Release version is with format ${major}.${minor}.${patch} and will be updated accordingly for each release.
It is SUGGESTED that the Semantic Versioning (SemVer) format be used for releasesONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Release version is with format ${major}.${minor}.${patch} and will be updated accordingly for each release.

It is SUGGESTED that projects identify each release within their version control system. For example, it is SUGGESTED that those using git identify each release using git tags. [version_tags]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Each release is tagged within the Gerrit repository.
QuestionDescriptionSample Answer

Change Control: Release notes



The project MUST provide, in each release, release notes that are a human-readable summary of major changes in that release to help users determine if they should upgrade and what the upgrade impact will be. The release notes MUST NOT be the raw output of a version control log (e.g., the "git log" command results are not release notes). Projects whose results are not intended for reuse in multiple locations (such as the software for a single website or service) AND employ continuous delivery MAY select "N/A". (URL required) [release_notes]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

Release notes can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/release-notes.html

The release notes MUST identify every publicly known vulnerability with a CVE assignment or similar that is fixed in each new release, unless users typically cannot practically update the software themselves. If there are no release notes or there have been no publicly known vulnerabilities, choose "not applicable" (N/A). [release_notes_vulns]

If your project has had a vulnerability reported (e.g. identified in Nexus-IQ), verify that it is noted in the release notes with a CVE, CVSS, CWE, or CAPEC identifier, then select the Met radio button. (If not, select the Unmet radio button.)

If there have been no vulnerabilities yet reported, select N/A.

Release notes with identified vulnerabilities can be found in
http://onap.readthedocs.io/en/latest/submodules/aai/aai-common.git/docs/release-notes.html

No vulnerabilities have yet been identified.


QuestionDescriptionSample Answer

Reporting: Bug-reporting process



The project MUST provide a process for users to submit bug reports (e.g., using an issue tracker or a mailing list). (URL required) [report_process]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.The description of the process can be found in the following URL: https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA
The project SHOULD use an issue tracker for tracking individual issues. [report_tracker]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Jira is used to track issues. https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA
The project MUST acknowledge a majority of bug reports submitted in the last 2-12 months (inclusive); the response need not include a fix.

ONAP requires that the PTLs review bug reports, so you can just select the Met radio button. Use text similar to the sample answer.

The reported issues are being handled as soon as possible.

The project SHOULD respond to a majority (>50%) of enhancement requests in the last 2-12 months (inclusive).[enhancement_responses]ONAP requires that the PTLs review enhancement requests, so you can just select the Met radio button. Use text similar to the sample answer.The reported issues are being handled as soon as possible.
The project MUST have a publicly available archive for reports and responses for later searching. (URL required) [report_archive]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.
QuestionDescriptionSample Answer

Change Control: Vulnerability report process



The project MUST publish the process for reporting vulnerabilities on the project site. (URL required) [vulnerability_report_process]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.

The process on how to report a vulnerability can be found in
https://wiki.onap.org/display/DW/ONAP+Vulnerability+Management

If private vulnerability reports are supported, the project MUST include how to send the information in a way that is kept private. (URL required) [vulnerability_report_private]

ONAP does not support private vulnerability reports at this time, so you can just select the N/A radio button. Use text similar to the sample answer.

Examples include a private defect report submitted on the web using HTTPS (TLS) or an email encrypted using OpenPGP. If vulnerability reports are always public (so there are never private vulnerability reports), choose "not applicable" (N/A).

Private vulnerability reports are not supported.
The project's initial response time for any vulnerability report received in the last 6 months MUST be less than or equal to 14 days. [vulnerability_report_response]For most new projects there are no vulnerability reported, so N/A would be a valid selection if that is the case for your project. For older projects that were in a previous ONAP release, the JIRA tickets should be reviewed for vulnerability response times.There's no vulnerabilities reported so far.
QuestionDescriptionSample Answer

Quality: Working build system



If the software produced by the project requires building for use, the project MUST provide a working build system that can automatically rebuild the software from source code. [build]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Jenkins is used to build the war file. https://jenkins.onap.org/view/aai/job/aai-sparky-fe-master-release-version-java-daily-no-sonar/
It is SUGGESTED that common tools be used for building the software. [build_common_tools]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Maven and npm are used to build the project
The project SHOULD be buildable using only FLOSS toolsONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Maven is under Apache 2.0 liscense. And NPM is licensed under The Artistic License 2.0
QuestionDescriptionSample Answer

Quality: Automated test suite



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). [test]ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Sparky uses Karma, mock-require and mocha to run the unit tests
A test suite SHOULD be invocable in a standard way for that language. [test_invocation] ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.Tests can be run, by running the command "npm test"
It is SUGGESTED that the test suite cover most (or ideally all) the code branches, input fields, and functionality.ONAP has differing requirements for each release; depending on your coverage, select the appropriate radio button. Use text similar to the sample answer.The combination of Karma, mock-require and mocha has the ability to cover all the branches and input fields
It is SUGGESTED that the project implement continuous integration (where new or changed code is frequently integrated into a central code repository and automated tests are run on the result).ONAP requires this, so you can just select the Met radio button. Use text similar to the sample answer.For each pull request, the project needs to be built successfully before the Merge option becomes activated. The test will be run automatically during the building process as well. Once build successfully and all tests has past, the Merge option will be activated.
QuestionDescriptionSample Answer

Quality: New functionality testing

Quality: Warning flags



. . .The remaining questions in the Quality section must be individually answered according to your project.
QuestionDescriptionSample Answer

Security: Secure development knowledge

Security: Use basic good cryptographic practices

Security: Use basic good cryptographic practices

Security: Secured delivery against man-in-the-middle (MITM) attacks

Security: Publicly known vulnerabilities fixed



. . .The questions in the Security section must be individually answered according to your project.
QuestionDescriptionSample Answer

Analysis: Static code analysis

Analysis: Dynamic code analysis




The questions in the Analysis section must be individually answered according to your project.

Sample Silver Level Questions and Answers

This section needs to be filled in.

The project MUST list external dependencies in a computer-processable way. (URL required) [external_dependencies]

QuestionDescriptionSample Answer

Basics: Identification

Basics: Prerequisites



. . .The questions in these Basics sections will be filled in automatically.
QuestionDescriptionSample Answer

Basics: Basic project website content



The information on how to contribute MUST include the requirements for acceptable contributions (e.g., a reference to any required coding standard). (URL required) [contribution_requirements]ONAP has Developer Best Practices, so click on Met and add a reference.

https://wiki.onap.org/display/DW/Developer+Best+Practices

QuestionDescriptionSample Answer

Basics: Project oversight



The project SHOULD have a legal mechanism where all developers of non-trivial amounts of project software assert that they are legally authorized to make these contributions. The most common and easily-implemented approach for doing this is by using a Developer Certificate of Origin (DCO), where users add "signed-off-by" in their commits and the project links to the DCO website. However, this MAY be implemented as a Contributor License Agreement (CLA), or other legal mechanism. (URL required) [dco]TBD
The project MUST clearly define and document its project governance model (the way it makes decisions, including key roles). (URL required) [governance]TBD
The project MUST adopt a code of conduct and post it in a standard location. (URL required) [code_of_conduct]TBD
The project MUST clearly define and publicly document the key roles in the project and their responsibilities, including any tasks those roles must perform. It MUST be clear who has which role(s), though this might not be documented in the same way. (URL required) [roles_responsibilities]TBD
The project MUST be able to continue with minimal interruption if any one person is incapacitated or killed. In particular, the project MUST be able to create and close issues, accept proposed changes, and release versions of software, within a week of confirmation that an individual is incapacitated or killed. This MAY be done by ensuring someone else has any necessary keys, passwords, and legal rights to continue the project. Individuals who run a FLOSS project MAY do this by providing keys in a lockbox and a will providing any needed legal rights (e.g., for DNS names). (URL required) [access_continuity]TBD
The project SHOULD have a "bus factor" of 2 or more. (URL required) [bus_factor]TBD
QuestionDescriptionSample Answer

Basics: Documentation



The project MUST have a documented roadmap that describes what the project intends to do and not do for at least the next year. (URL required) [documentation_roadmap]TBD
The project MUST include documentation of the architecture (aka high-level design) of the software produced by the project. If the project does not produce software, select "not applicable" (N/A). (URL required) [documentation_architecture]TBD
The project MUST document what the user can and cannot expect in terms of security from the software produced by the project (its "security requirements"). (URL required) [documentation_security]TBD
The project MUST provide a "quick start" guide for new users to help them quickly do something with the software. (URL required) [documentation_quick_start]TBD
The project MUST make an effort to keep the documentation consistent with the current version of the project results (including software produced by the project). Any known documentation defects making it inconsistent MUST be fixed. If the documentation is generally current, but erroneously includes some older information that is no longer true, just treat that as a defect, then track and fix as usual. [documentation_current]TBD
The project repository front page and/or website MUST identify and hyperlink to any achievements, including this best practices badge, within 48 hours of public recognition that the achievement has been attained. (URL required) [documentation_achievements]TBD
QuestionDescriptionSample Answer

Basics: Accessibility and internationalization



The project (both project sites and project results) SHOULD follow accessibility best practices so that persons with disabilities can still participate in the project and use the project results where it is reasonable to do so. [accessibility_best_practices]TBD
The software produced by the project SHOULD be internationalized to enable easy localization for the target audience's culture, region, or language. If internationalization (i18n) does not apply (e.g., the software doesn't generate text intended for end-users and doesn't sort human-readable text), select "not applicable" (N/A). [internationalization]TBD
QuestionDescriptionSample Answer

Basics: Other



If the project sites (website, repository, and download URLs) store passwords for authentication of external users, the passwords MUST be stored as iterated hashes with a per-user salt by using a key stretching (iterated) algorithm (e.g., PBKDF2, Bcrypt or Scrypt). If the project sites do not store passwords for this purpose, select "not applicable" (N/A). [sites_password_security]TBD
QuestionDescriptionSample Answer

Change Control: Previous versions



The project MUST maintain the most often used older versions of the product or provide an upgrade path to newer versions. If the upgrade path is difficult, the project MUST document how to perform the upgrade (e.g., the interfaces that have changed and detailed suggested steps to help upgrade). [maintenance_or_update]TBD
QuestionDescriptionSample Answer

Reporting: Bug-reporting process



The project MUST use an issue tracker for tracking individual issues. [report_tracker]

This is a question that changed from a SHOULD in the previous level to a MUST at this level.

ONAP uses JIRA, so click Met. (It should be filled in already from the previous level.)

Jira is used to track issues. https://wiki.onap.org/display/DW/Tracking+Issues+with+JIRA

QuestionDescriptionSample Answer

Change Control: Vulnerability report process



The project MUST give credit to the reporter(s) of all vulnerability reports resolved in the last 12 months, except for the reporter(s) who request anonymity. If there have been no vulnerabilities resolved in the last 12 months, select "not applicable" (N/A). (URL required) [vulnerability_report_credit]TBD
The project MUST have a documented process for responding to vulnerability reports. (URL required) [vulnerability_response_process]TBD
QuestionDescriptionSample Answer

Quality: Coding standards



The project MUST identify the specific coding style guides for the primary languages it uses, and require that contributions generally comply with it. (URL required) [coding_standards]TBD
The project MUST automatically enforce its selected coding style(s) if there is at least one FLOSS tool that can do so in the selected language(s). [coding_standards_enforced]TBD
QuestionDescriptionSample Answer

Quality: Working build system



Build systems for native binaries MUST honor the relevant compiler and linker (environment) variables passed in to them (e.g., CC, CFLAGS, CXX, CXXFLAGS, and LDFLAGS) and pass them to compiler and linker invocations. A build system MAY extend them with additional flags; it MUST NOT simply replace provided values with its own. If no native binaries are being generated, select "not applicable" (N/A). [build_standard_variables]TBD
The build and installation system SHOULD preserve debugging information if they are requested in the relevant flags (e.g., "install -s" is not used). If there is no build or installation system (e.g., typical JavaScript libraries), select "not applicable" (N/A). [build_preserve_debug]

The build system for the software produced by the project MUST NOT recursively build subdirectories if there are cross-dependencies in the subdirectories. If there is no build or installation system (e.g., typical JavaScript libraries), select "not applicable" (N/A). [build_non_recursive]

The project MUST be able to repeat the process of generating information from source files and get exactly the same bit-for-bit result. If no building occurs (e.g., scripting languages where the source code is used directly instead of being compiled), select "not applicable" (N/A). [build_repeatable]

QuestionDescriptionSample Answer

Quality: Installation system



The project MUST provide a way to easily install and uninstall the software produced by the project using a commonly-used convention. [installation_common]

The installation system for end-users MUST honor standard conventions for selecting the location where built artifacts are written to at installation time. For example, if it installs files on a POSIX system it MUST honor the DESTDIR environment variable. If there is no installation system or no standard convention, select "not applicable" (N/A). [installation_standard_variables]

The project MUST provide a way for potential developers to quickly install all the project results and support environment necessary to make changes, including the tests and test environment. This MUST be performed with a commonly-used convention. [installation_development_quick]

QuestionDescriptionSample Answer

Quality: Externally-maintained components



The questions in the Security section must be individually answered according to your project.
QuestionDescriptionSample Answer

Analysis: Static code analysis

Analysis: Dynamic code analysis



. . .The questions in the Security section must be individually answered according to your project.



Sample Gold Level Questions and Answers

This section needs to be filled in.

QuestionDescriptionSample Answer

Basics: Identification






QuestionDescriptionSample Answer

Basics: Basic project website content






QuestionDescriptionSample Answer

Basics: FLOSS license






QuestionDescriptionSample Answer

Basics: Documentation






QuestionDescriptionSample Answer

Basics: Other






QuestionDescriptionSample Answer

Change Control: Public version-controlled source repository






QuestionDescriptionSample Answer

Change Control: Unique version numbering






QuestionDescriptionSample Answer

Change Control: Release notes






QuestionDescriptionSample Answer

Reporting: Bug-reporting process






QuestionDescriptionSample Answer

Change Control: Vulnerability report process






QuestionDescriptionSample Answer

Quality: Working build system






QuestionDescriptionSample Answer

Quality: Automated test suite






QuestionDescriptionSample Answer

Quality: New functionality testing

Quality: Warning flags






QuestionDescriptionSample Answer

Security: Secure development knowledge

Security: Use basic good cryptographic practices

Security: Use basic good cryptographic practices

Security: Secured delivery against man-in-the-middle (MITM) attacks

Security: Publicly known vulnerabilities fixed



. . .The questions in the Security section must be individually answered according to your project.
QuestionDescriptionSample Answer

Analysis: Static code analysis

Analysis: Dynamic code analysis



. . .The questions in the Analysis section must be individually answered according to your project.


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