Skip to content

Commit

Permalink
fix errors in score definitions
Browse files Browse the repository at this point in the history
- add min_score and max_score to CCB et NIST CSF v2
- fix NIST CSF score 1
- update versions
  • Loading branch information
eric-intuitem committed Apr 30, 2024
1 parent a609726 commit 5140b39
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion backend/library/libraries/ccb-cff-2023-03-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: 'Centre For Cybersecurity Belgium - CyberFundamentals Framework
https://ccb.belgium.be'
copyright: All texts, layouts, designs and other elements of any nature in this document
are subject to copyright law.
version: 2
version: 3
provider: CCB
packager: intuitem
objects:
Expand All @@ -16,6 +16,8 @@ objects:
ref_id: CCB-CFF-2023-03-01
name: CCB CyberFundamentals Framework
description: Centre For Cybersecurity Belgium - CyberFundamentals Framework
min_score: 1
max_score: 5
scores_definition:
- score: 1
name: Initial
Expand Down
6 changes: 4 additions & 2 deletions backend/library/libraries/nist-csf-2.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: NIST CSF version 2.0
description: National Institute of Standards and Technology - Cybersecurity Framework
copyright: With the exception of material marked as copyrighted, information presented
on NIST sites are considered public information and may be distributed or copied.
version: 1
version: 2
provider: NIST
packager: intuitem
objects:
Expand All @@ -14,8 +14,10 @@ objects:
ref_id: NIST-CSF-2.0
name: NIST CSF v2.0
description: NIST Cybersecurity Framework
min_score: 1
max_score: 4
scores_definition:
- score: 2
- score: 1
name: Partial
description: 'Application of the organizational cybersecurity risk strategy
is managed in an ad hoc manner.
Expand Down
Binary file modified tools/ccb/ccb-cff-2023-03-01.xlsx
Binary file not shown.
Binary file modified tools/nist/nist-csf-2.0.xlsx
Binary file not shown.
Binary file modified tools/tisax/tisax-v6.0.2.xlsx
Binary file not shown.

0 comments on commit 5140b39

Please sign in to comment.