Skip to content

Commit 505149e

Browse files
Patch v1.2.2
## Modified - Added link to live technical specifications in the specs folder README ## Fixed - Links in main README to live technical specifications on GitHub Pages
1 parent 6615b45 commit 505149e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.2.2 (2026-03-11)
2+
3+
## Modified
4+
5+
- Added link to live technical specifications in the specs folder README
6+
7+
## Fixed
8+
9+
- Links in main README to live technical specifications on GitHub Pages
10+
111
# 1.2.1 (2026-03-11)
212

313
## Modified

README.md

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

99
C5-DEC CAD is the software component of C5-DEC — an [AI-enabled](./docs/manual/ssdlc.md#ai-enabled-design-specification-development-and-testing) toolkit for computer-aided secure system design, development and evaluation, accessible through native command-line and graphical [interfaces](#usage) (CLI, TUI, GUI), as well as a VS Code workbench with dedicated devcontainer support and preloaded extensions. Its modules cover: a [Common Criteria Toolbox (CCT)](./docs/manual/cct.md) (SFR/SAR database, CEM checklists, ETR generation); an [SSDLC](./docs/manual/ssdlc.md) pipeline (project scaffolding, [SpecEngine](./docs/specs/SpecEngine/README.md) for structured, fully traceable specification management aligned with [certification workflows](./docs/README.md), [DocEngine](./docs/manual/ssdlc.md#c5-dec-docengine-for-report-generation) for smart document authoring and technical/scientific publishing); [CRA compliance](./docs/manual/cra.md) (Annex I checklist, Annex VII tech doc, Annex V declaration); [SBOM management](./docs/manual/sbom.md) via [Syft](https://github.com/anchore/syft); a [CPSSA module](./docs/manual/cpssa.md) for STRIDE threat modelling and FAIR risk analysis; a [cryptography module](./docs/manual/cryptography.md) (classical and post-quantum crypto); and [project management](./docs/manual/pm.md) utilities. All artifacts are stored in open formats (Markdown, YAML), complemented by a [CC concept wiki](./c5dec/assets/database/KnowledgeBase/0_MapofContent.md) and an SSDLC/SVV/CPSSA knowledge base, making the full specification tree directly accessible to LLMs.
1010

11-
This repository contains the source code and full documentation (requirements, design artifacts, [user manual](./docs/manual/README.md), test case specifications and test reports) of C5-DEC CAD; see our [technical specification traceability web site](https://abstractionslab.github.io/c5dec/docs/traceability/index.html) for a live view of the full specification tree and traceability coverage, produced by the C5-DEC [SpecEngine](./docs/specs/SpecEngine/README.md).
11+
This repository contains the source code and full documentation (requirements, design artifacts, [user manual](./docs/manual/README.md), test case specifications and test reports) of C5-DEC CAD; see our [technical specification traceability web site](https://abstractionslab.github.io/c5dec/traceability/index.html) for a live view of the full specification tree and traceability coverage, produced by the C5-DEC [SpecEngine](./docs/specs/SpecEngine/README.md).
1212

1313
## Table of contents
1414

@@ -119,7 +119,7 @@ See the [C5-DEC CAD user manual](./docs/manual/README.md) for installation, setu
119119

120120
## Documentation and technical specifications
121121

122-
The technical specifications of C5-DEC CAD are published to HTML via the `publish.sh` script in `docs/specs/`, backed by the SpecEngine toolchain. View them on our [traceability page](https://abstractionslab.github.io/c5dec/docs/traceability/index.html).
122+
The technical specifications of C5-DEC CAD are published to HTML via the `publish.sh` script in `docs/specs/`, backed by the SpecEngine toolchain. View them on our [traceability page](https://abstractionslab.github.io/c5dec/traceability/index.html).
123123

124124
## Prerequisites
125125

c5dec/assets/templates/project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Please see the [CAD user manual](./docs/manual/README.md) to learn more about th
4545

4646
## Documentation and technical specifications
4747

48-
You can visit our [traceability page](https://abstractionslab.github.io/c5dec/docs/traceability/index.html) to view the technical specifications, 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.
48+
You can visit our [traceability page](https://abstractionslab.github.io/c5dec/traceability/index.html) to view the technical specifications, 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.
4949

5050
## Getting Started
5151

docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This directory contains all documentation for the C5-DEC CAD (Common Criteria for Cybersecurity, Cryptography, Clouds – Design, Evaluation and Certification, Computer-Aided Design) project, organized into distinct categories to support different audiences and purposes.
44

5+
See our [technical specification traceability web site](https://abstractionslab.github.io/c5dec/traceability/index.html) for a live view of the [full specification](./specs/README.md) tree and traceability coverage, produced by the C5-DEC [SpecEngine](./specs/SpecEngine/README.md).
6+
57
## Documentation structure
68

79
### `manual/` - User and developer manuals

0 commit comments

Comments
 (0)