From 203115edc330b802b83a610693c280c3d39de3bb Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sat, 26 Aug 2017 15:28:22 -0400 Subject: [PATCH] Update book title Signed-off-by: David A. Wheeler --- correct-results.html | 2 +- correct-results.txt | 2 +- flawfinder | 4 ++-- flawfinder.1 | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/correct-results.html b/correct-results.html index 6794256..0959f24 100644 --- a/correct-results.html +++ b/correct-results.html @@ -322,7 +322,7 @@ 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' +See 'Secure Programming HOWTO' (http://www.dwheeler.com/secure-programs) for more information. diff --git a/correct-results.txt b/correct-results.txt index 3394cd0..9b1a99a 100644 --- a/correct-results.txt +++ b/correct-results.txt @@ -150,7 +150,7 @@ 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' +See 'Secure Programming HOWTO' (http://www.dwheeler.com/secure-programs) for more information. Testing for no ending newline: diff --git a/flawfinder b/flawfinder index 5e366c9..6abae83 100755 --- a/flawfinder +++ b/flawfinder @@ -2125,10 +2125,10 @@ def show_final_results(): print("There may be other security vulnerabilities; review your code!") if output_format: print("
") - print("See 'Secure Programming for Linux and Unix HOWTO'") + print("See 'Secure Programming HOWTO'") print("(http://www.dwheeler.com/secure-programs) for more information.") else: - print("See 'Secure Programming for Linux and Unix HOWTO'") + print("See 'Secure Programming HOWTO'") print("(http://www.dwheeler.com/secure-programs) for more information.") if output_format: print("") diff --git a/flawfinder.1 b/flawfinder.1 index 6303601..198e166 100644 --- a/flawfinder.1 +++ b/flawfinder.1 @@ -263,7 +263,7 @@ variable names look like dangerous function names, use the \-F option to remove reports about them. If you don't understand the error message, please see documents such as the .UR "http://www.dwheeler.com/secure-programs" -.I "Writing Secure Programs for Linux and Unix HOWTO" +.I "Writing Secure Programs HOWTO" .UE at http://www.dwheeler.com/secure-programs @@ -1163,7 +1163,7 @@ useful places to examine further, and that's the point of this simple tool. .SH "SEE ALSO" See the flawfinder website at http://www.dwheeler.com/flawfinder. You should also see the -.I "Secure Programming for Unix and Linux HOWTO" +.I "Secure Programming HOWTO" at .IR "http://www.dwheeler.com/secure-programs" .