From a6b3a1b24d0ae9c980614bd9f7c0d7e16fb21a73 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Mon, 28 Jul 2014 21:25:00 -0400 Subject: [PATCH] Add cross-link to "Secure Programming" book --- correct-results.html | 3 +++ correct-results.txt | 2 ++ flawfinder | 7 +++++++ 3 files changed, 12 insertions(+) diff --git a/correct-results.html b/correct-results.html index c428837..b45ac94 100644 --- a/correct-results.html +++ b/correct-results.html @@ -320,5 +320,8 @@ Minimum risk level = 1 Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code! +
+See 'Secure Programming for Linux and Unix HOWTO' +(http://www.dwheeler.com/secure-programs) for more information. diff --git a/correct-results.txt b/correct-results.txt index dfda80a..d2f5981 100644 --- a/correct-results.txt +++ b/correct-results.txt @@ -149,6 +149,8 @@ Suppressed hits = 2 (use --neverignore to show them) Minimum risk level = 1 Not every hit is necessarily a security vulnerability. There may be other security vulnerabilities; review your code! +See 'Secure Programming for Linux and Unix HOWTO' +(http://www.dwheeler.com/secure-programs) for more information. Testing for no ending newline: Lines analyzed = 32 diff --git a/flawfinder b/flawfinder index 8270e57..c95a932 100755 --- a/flawfinder +++ b/flawfinder @@ -1891,6 +1891,13 @@ def show_final_results(): if output_format: print "
" print "There may be other security vulnerabilities; review your code!" + if output_format: + print "
" + print "See 'Secure Programming for Linux and Unix HOWTO'" + print "(http://www.dwheeler.com/secure-programs) for more information." + else: + print "See 'Secure Programming for Linux and Unix HOWTO'" + print "(http://www.dwheeler.com/secure-programs) for more information." if output_format: print "" print ""