diff --git a/correct-results.html b/correct-results.html index 8107923..f2c3413 100644 --- a/correct-results.html +++ b/correct-results.html @@ -9,8 +9,8 @@

Flawfinder Results

Here are the security scan results from -Flawfinder version 2.0.4, -(C) 2001-2017 David A. Wheeler. +Flawfinder version 2.0.4, +(C) 2001-2017 David A. Wheeler. Number of rules (primarily dangerous function names) in C/C++ ruleset: 223

Examining test.c
@@ -322,7 +322,7 @@ Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
-See 'Secure Programming HOWTO' -(http://www.dwheeler.com/secure-programs) for more information. +See 'Secure Programming HOWTO' +(https://www.dwheeler.com/secure-programs) for more information. diff --git a/correct-results.txt b/correct-results.txt index 6a6c122..0a874ba 100644 --- a/correct-results.txt +++ b/correct-results.txt @@ -151,7 +151,7 @@ Minimum risk level = 1 Not every hit is necessarily a security vulnerability. There may be other security vulnerabilities; review your code! See 'Secure Programming HOWTO' -(http://www.dwheeler.com/secure-programs) for more information. +(https://www.dwheeler.com/secure-programs) for more information. Testing for no ending newline: Lines analyzed = 32 diff --git a/flawfinder b/flawfinder index f32fe3b..7136cf2 100755 --- a/flawfinder +++ b/flawfinder @@ -1666,8 +1666,8 @@ def display_header(): print("") print("

Flawfinder Results

") print("Here are the security scan results from") - print('Flawfinder version %s,' % version) - print('(C) 2001-2017 David A. Wheeler.') + print('Flawfinder version %s,' % version) + print('(C) 2001-2017 David A. Wheeler.') else: print("Flawfinder version %s, (C) 2001-2017 David A. Wheeler." % version) displayed_header = 1 @@ -2144,11 +2144,11 @@ def show_final_results(): print("There may be other security vulnerabilities; review your code!") if output_format: print("
") - print("See 'Secure Programming HOWTO'") - print("(http://www.dwheeler.com/secure-programs) for more information.") + print("See 'Secure Programming HOWTO'") + print("(https://www.dwheeler.com/secure-programs) for more information.") else: print("See 'Secure Programming HOWTO'") - print("(http://www.dwheeler.com/secure-programs) for more information.") + print("(https://www.dwheeler.com/secure-programs) for more information.") if output_format: print("") print("") diff --git a/flawfinder.1 b/flawfinder.1 index fe2c1e3..8d679b5 100644 --- a/flawfinder.1 +++ b/flawfinder.1 @@ -262,11 +262,11 @@ If you're getting an extraordinary number of false positives because 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" +.UR "https://www.dwheeler.com/secure-programs" .I "Writing Secure Programs HOWTO" .UE at -http://www.dwheeler.com/secure-programs +https://www.dwheeler.com/secure-programs which provides more information on writing secure programs. .PP Once you identify the problem and understand it, you can fix it. @@ -1030,7 +1030,7 @@ can be fixed. However, developers and reviewers must know how to develop secure software to use this tool, because otherwise, \fIa fool with a tool is still a fool\fR. -My book at http://www.dwheeler.com/secure-programs may help. +My book at https://www.dwheeler.com/secure-programs may help. .PP This tool should be, at most, a small part of a larger software development process designed @@ -1222,11 +1222,11 @@ Still, it can serve as a useful aid for humans, helping to identify 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. +See the flawfinder website at https://www.dwheeler.com/flawfinder. You should also see the .I "Secure Programming HOWTO" at -.IR "http://www.dwheeler.com/secure-programs" . +.IR "https://www.dwheeler.com/secure-programs" . .SH AUTHOR David A. Wheeler (dwheeler@dwheeler.com).