Add generic threat model
The added threat model analyzes threats of a generalized trusted service.
It can be used to support secure development by listing threats and
mitigation options.
For specific setups creation of a use-case focused threat model is
advised. Such threat modelling activity can use the generic model as
a baseline.
Change-Id: I2e0153989a69f8b0a749ed5e700b3ecbb2d09eed
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css
index 93747c8..9377480 100644
--- a/docs/_static/css/custom.css
+++ b/docs/_static/css/custom.css
@@ -1,5 +1,5 @@
/*-----------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+# Copyright (c) 2020-2022, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -83,3 +83,19 @@
font-size: 6rem;
color: #343131;
}
+
+/* override table width restrictions */
+.wy-table-responsive table td, .wy-table-responsive table th {
+ white-space: normal;
+}
+
+.wy-table-responsive {
+ margin-bottom: 24px;
+ max-width: 100;
+ overflow: visible;
+}
+
+wy-table-bordered-all, .rst-content table.docutils {
+ max-width: 100%;
+ min-width: 100%;
+}
\ No newline at end of file