Update book title
Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
a19a2bb694
commit
203115edc3
|
@ -322,7 +322,7 @@ Not every hit is necessarily a security vulnerability.
|
|||
<br>
|
||||
There may be other security vulnerabilities; review your code!
|
||||
<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.
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -2125,10 +2125,10 @@ def show_final_results():
|
|||
print("There may be other security vulnerabilities; review your code!")
|
||||
if output_format:
|
||||
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.")
|
||||
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("</body>")
|
||||
|
|
|
@ -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" .
|
||||
|
||||
|
|
Loading…
Reference in New Issue