diff options
-rw-r--r-- | quip-0023-QtSecurity-Header.rst | 1 |
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. |