Skip to content

Commit

Permalink
add referencing method
Browse files Browse the repository at this point in the history
  • Loading branch information
sluetze committed Jan 16, 2024
1 parent 09f5acb commit 52f3ba4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion controls/bsi_app_4_4.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# In BSI Basic Protection are multiple Requirements in one control.
# i.e. there are multiple sentences, some including a RFC2119 keyword
# Since we must increase granularity to create a precise control,
# we number each sentence with a RFC2119 keyword as a section, grouping sentences, which are logically connected.
# we number inline in brackets, so the lookup is easy
# we reference these numbers in comments over each rule or group of rules
policy: 'BSI-APP-4-4'
title: 'BSI APP.4.4 Kubernetes'
id: bsi_app_4_4
Expand Down Expand Up @@ -221,7 +227,7 @@ controls:
• Regular data backups.
notes: >-
This requirement needs to be adressed in the respective separate systems.
However, one requirement (Encrypted communication on all network ports) can partitially be
However, one requirement (Encrypted communication on all network ports) can partitially be
checked by ensuring that no registry is allowed in over insecure protocols
status: partial
rules:
Expand Down
8 changes: 7 additions & 1 deletion controls/bsi_sys_1_6.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# In BSI Basic Protection are multiple Requirements in one control.
# i.e. there are multiple sentences, some including a RFC2119 keyword
# Since we must increase granularity to create a precise control,
# we number each sentence with a RFC2119 keyword as a section, grouping sentences, which are logically connected.
# we number inline in brackets, so the lookup is easy
# we reference these numbers in comments over each rule or group of rules
policy: 'BSI-SYS-1-6'
title: 'SYS.1.6 Containerisation'
id: bsi_sys_1_6
Expand Down Expand Up @@ -403,4 +409,4 @@ controls:
notes: >-
ToDo
status: manual
#rules:
#rules:

0 comments on commit 52f3ba4

Please sign in to comment.