diff options
-rw-r--r-- | docs/Chapter4/Security.rst | 5 | ||||
-rw-r--r-- | docs/data/needs.json | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/docs/Chapter4/Security.rst b/docs/Chapter4/Security.rst index b58475b..35b6a69 100644 --- a/docs/Chapter4/Security.rst +++ b/docs/Chapter4/Security.rst @@ -1287,9 +1287,12 @@ Data Protection Requirements :id: R-32641 :target: VNF :keyword: MUST + :updated: casablanca The VNF **MUST** provide the capability to encrypt data on - non-volatile memory. + non-volatile memory.Non-volative memory is storage that is + capable of retaining data without electrical power, e.g. + Complementary metal–oxide–semiconductor (CMOS) or hard drives. .. req:: :id: R-13151 diff --git a/docs/data/needs.json b/docs/data/needs.json index 523a806..bd9f71c 100644 --- a/docs/data/needs.json +++ b/docs/data/needs.json @@ -1,10 +1,10 @@ { - "created": "2018-08-27T19:33:30.140540", + "created": "2018-08-28T15:35:25.782141", "current_version": "casablanca", "project": "", "versions": { "casablanca": { - "created": "2018-08-27T19:33:30.140540", + "created": "2018-08-28T15:35:25.782049", "needs": { "R-00011": { "description": "A VNF's Heat Orchestration Template's Nested YAML files\nparameter's **MUST NOT** have a parameter constraint defined.", @@ -7352,7 +7352,7 @@ "validation_mode": "" }, "R-32641": { - "description": "The VNF **MUST** provide the capability to encrypt data on\nnon-volatile memory.", + "description": "The VNF **MUST** provide the capability to encrypt data on\nnon-volatile memory.Non-volative memory is storage that is\ncapable of retaining data without electrical power, e.g.\nComplementary metal\u2013oxide\u2013semiconductor (CMOS) or hard drives.", "full_title": "", "hide_links": "", "id": "R-32641", @@ -7375,7 +7375,7 @@ "title": "", "title_from_content": "", "type_name": "Requirement", - "updated": "", + "updated": "casablanca", "validated_by": "", "validation_mode": "" }, |