Update book title

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2017-08-26 15:28:22 -04:00
parent a19a2bb694
commit 203115edc3
4 changed files with 6 additions and 6 deletions

View File

@ -322,7 +322,7 @@ Not every hit is necessarily a security vulnerability.
<br> <br>
There may be other security vulnerabilities; review your code! There may be other security vulnerabilities; review your code!
<br> <br>
See '<a href="http://www.dwheeler.com/secure-programs">Secure Programming for Linux and Unix HOWTO</a>' See '<a href="http://www.dwheeler.com/secure-programs">Secure Programming HOWTO</a>'
(<a href="http://www.dwheeler.com/secure-programs">http://www.dwheeler.com/secure-programs</a>) for more information. (<a href="http://www.dwheeler.com/secure-programs">http://www.dwheeler.com/secure-programs</a>) for more information.
</body> </body>
</html> </html>

View File

@ -150,7 +150,7 @@ Suppressed hits = 2 (use --neverignore to show them)
Minimum risk level = 1 Minimum risk level = 1
Not every hit is necessarily a security vulnerability. Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code! 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. (http://www.dwheeler.com/secure-programs) for more information.
Testing for no ending newline: Testing for no ending newline:

View File

@ -2125,10 +2125,10 @@ def show_final_results():
print("There may be other security vulnerabilities; review your code!") print("There may be other security vulnerabilities; review your code!")
if output_format: if output_format:
print("<br>") print("<br>")
print("See '<a href=\"http://www.dwheeler.com/secure-programs\">Secure Programming for Linux and Unix HOWTO</a>'") print("See '<a href=\"http://www.dwheeler.com/secure-programs\">Secure Programming HOWTO</a>'")
print("(<a href=\"http://www.dwheeler.com/secure-programs\">http://www.dwheeler.com/secure-programs</a>) for more information.") print("(<a href=\"http://www.dwheeler.com/secure-programs\">http://www.dwheeler.com/secure-programs</a>) for more information.")
else: 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.") print("(http://www.dwheeler.com/secure-programs) for more information.")
if output_format: if output_format:
print("</body>") print("</body>")

View File

@ -263,7 +263,7 @@ variable names look like dangerous function names, use the \-F option
to remove reports about them. to remove reports about them.
If you don't understand the error message, please see documents such as the If you don't understand the error message, please see documents such as the
.UR "http://www.dwheeler.com/secure-programs" .UR "http://www.dwheeler.com/secure-programs"
.I "Writing Secure Programs for Linux and Unix HOWTO" .I "Writing Secure Programs HOWTO"
.UE .UE
at at
http://www.dwheeler.com/secure-programs 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" .SH "SEE ALSO"
See the flawfinder website at http://www.dwheeler.com/flawfinder. See the flawfinder website at http://www.dwheeler.com/flawfinder.
You should also see the You should also see the
.I "Secure Programming for Unix and Linux HOWTO" .I "Secure Programming HOWTO"
at at
.IR "http://www.dwheeler.com/secure-programs" . .IR "http://www.dwheeler.com/secure-programs" .