summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJøger Hansegård <joger.hansegard@qt.io>2025-03-11 15:24:47 +0100
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2025-03-11 14:35:01 +0000
commit20d7f42d00943cdfdaa8c30c74d3479ab6edf80e (patch)
treec1ee531c639fdd66fe43793f3c9482c1a3466558
parent07714ca72b9a3d7c6c5e7c1c5474c60c1e9104e6 (diff)
Add empty line before itemized listHEADmaster
This helps web formatting. Change-Id: I2485e961488414662301af71b486476370e6a3aa Reviewed-by: Dimitrios Apostolou <jimis@qt.io> Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--quip-0023-QtSecurity-Header.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/quip-0023-QtSecurity-Header.rst b/quip-0023-QtSecurity-Header.rst
index 94275c9..ea1ed40 100644
--- a/quip-0023-QtSecurity-Header.rst
+++ b/quip-0023-QtSecurity-Header.rst
@@ -41,6 +41,7 @@ to which this applies.
Security-critical files should be marked with ``score:critical``. This applies to
files which contain code that:
+
* parses external data or handles input directly
* implements network protocols (this is actually a subcatecory of the above)
* implements cryptography or handles relevant libraries.