]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
docs(threat-model): remove some redundant text in threat #08
authorSandrine Bailleux <sandrine.bailleux@arm.com>
Fri, 13 May 2022 10:40:22 +0000 (12:40 +0200)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Tue, 17 May 2022 08:01:11 +0000 (10:01 +0200)
The threat description was repeating the threat title.

Change-Id: I67de2c0aab6e86bf33eb91e7562e075fcb76259b
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
docs/threat_model/threat_model.rst

index 46f8a52564fe3a03eec134c266eae171086eede7..611e8a108b4ce19a53a699f3d31e3f0e283a057b 100644 (file)
@@ -555,13 +555,8 @@ each diagram element of the data flow diagram.
 |                        |   flow of the program, or leak sensitive             |
 |                        |   information**                                      |
 |                        |                                                      |
-|                        | | Like in other software, the Trusted Firmware has   |
-|                        |   multiple points where memory corruption security   |
-|                        |   errors can arise. Memory corruption is a dangerous |
-|                        |   security issue since it could allow an attacker    |
-|                        |   to execute arbitrary code, modify some state       |
-|                        |   variable to change the normal flow of the program, |
-|                        |   or leak sensitive information.                     |
+|                        | | Like in other software, TF-A has multiple points   |
+|                        |   where memory corruption security errors can arise. |
 |                        |                                                      |
 |                        | | Some of the errors include integer overflow,       |
 |                        |   buffer overflow, incorrect array boundary checks,  |