Skip to content

Commit 74aba2b

Browse files
Beta release v0.2 tech specs reduced to c5dec
1 parent 3054736 commit 74aba2b

63 files changed

Lines changed: 3002 additions & 51552 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ C5-DEC, short for "Common Criteria for Cybersecurity, Cryptography, Clouds – D
66

77
C5-DEC CAD, the software component of C5-DEC, is a suite of tools for computer-aided design and development (CAD), mainly dealing with: the creation and evaluation of secure IT systems according to the [Common Criteria](https://www.commoncriteriaportal.org) standards, secure software development life cycle (SSDLC), software verification and validation model (SVVM), and what we refer to as cyber-physical system security assessment (CPSSA).
88

9-
This repository contains the source code and full documentation (requirements, technical specifications, schematics, user manual, test case specifications and test reports) of C5-DEC CAD, exemplifying the C5-DEC method, which relies on storing, interlinking and processing all software development life cycle (SDLC) artifacts in a unified manner.
9+
This repository contains the source code and full documentation (requirements, technical specifications, schematics, user manual, test case specifications and test reports) of C5-DEC CAD, exemplifying the C5-DEC method, which relies on storing, interlinking and processing all software development life cycle (SDLC) artifacts in a unified manner; see our [traceability web page](https://abstractionslab.github.io/c5dec/docs/traceability/index.html) for a concrete example reflecting the technical specifications of C5-DEC CAD itself.
1010

1111
## Table of contents
1212

1313
- [Overview](#overview)
1414
- [Features](#features)
1515
- [User manual](#user-manual)
16+
- [Technical specifications](#documentation-and-technical-specifications)
1617
- [Getting started](#getting-started)
1718
- [Usage](#usage)
1819
- [Roadmap](#roadmap)
@@ -27,7 +28,7 @@ To this end, C5-DEC CAD is aimed at assisting both system/software designers/dev
2728

2829
C5-DEC consists of two key elements that complement each other to form a coherent ensemble: a software component (C5-DEC CAD) and a knowledge base (KB) consisting of SSDLC and CPSSA methodologies as well as a [wiki of key CC concepts](./c5dec/assets/database/KnowledgeBase/0_MapofContent.md).
2930

30-
As certain parts of our KB reports rely on ISO standards (ISO/IEC/IEEE 12207, ISO 29119:2022 and ISO 29148:2018), if you wish to access them, please contact us at info@abstractionslab.lu. Simply provide evidence that you are eligible for accessing the standard(s), and upon successful verification, we will share the reports.
31+
As certain parts of our KB reports rely on ISO standards (ISO/IEC/IEEE 12207, ISO 29119:2022 and ISO 29148:2018), if you wish to access them, please contact us at info@abstractionslab.lu. Simply provide evidence that you are eligible for accessing the standard(s), and upon successful verification, we will share the reports.
3132

3233
## Features
3334

@@ -75,6 +76,10 @@ As certain parts of our KB reports rely on ISO standards (ISO/IEC/IEEE 12207, I
7576

7677
Please see the [CAD user manual](./docs/manual/overview.md) to learn more about the installation, setup requirements, overall usage and specific modules of C5-DEC CAD. A concise guide for getting quickly started is given below.
7778

79+
## Documentation and technical specifications
80+
81+
You can visit our [traceability page](https://abstractionslab.github.io/c5dec/docs/traceability/index.html) to view the technical specifications of C5-DEC CAD, which have been published to HTML from the source specification files via the `publish` CLI command of C5-DEC CAD, which in turn acts as a wrapper for the underlying Doorstop publish feature, offering some enhancements.
82+
7883
## Getting Started
7984

8085
C5-DEC CAD can be deployed using any of the following methods:

0 commit comments

Comments
 (0)