From 449dcc15e8976962f733c7a6805500d2875021c2 Mon Sep 17 00:00:00 2001 From: amai2012 Date: Fri, 16 Mar 2018 08:12:39 +0100 Subject: [PATCH] Add links to external references --- addons/cert.py | 1 + addons/misra.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/addons/cert.py b/addons/cert.py index bdc36825f..469b159df 100644 --- a/addons/cert.py +++ b/addons/cert.py @@ -3,6 +3,7 @@ # Cert: Some extra CERT checkers # # Cppcheck itself handles many CERT rules. Cppcheck warns when there is undefined behaviour. +# CERT Homepage: https://www.cert.org/secure-coding/ # # Example usage of this addon (scan a sourcefile main.cpp) # cppcheck --dump main.cpp diff --git a/addons/misra.py b/addons/misra.py index 801b74f34..659385de9 100644 --- a/addons/misra.py +++ b/addons/misra.py @@ -10,6 +10,8 @@ # Limitations: This addon is released as open source. Rule texts can't be freely # distributed. https://www.misra.org.uk/forum/viewtopic.php?f=56&t=1189 # +# The MISRA standard documents may be obtained from https://www.misra.org.uk +# # Total number of rules: 153 import cppcheckdata