Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/security: audit.xml
Date: Thu, 04 Jun 2009 11:08:40
Message-Id: E1MCAoI-0000ZU-Pp@stork.gentoo.org
1 rbu 09/06/04 11:08:38
2
3 Modified: audit.xml
4 Log:
5 add splint as proposed by Mansour Moufid and references to cert c standard and wheeler link
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/security/audit.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/security/audit.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/security/audit.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/security/audit.xml?r1=1.12&r2=1.13
13
14 Index: audit.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/security/audit.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- audit.xml 21 May 2009 21:23:02 -0000 1.12
21 +++ audit.xml 4 Jun 2009 11:08:38 -0000 1.13
22 @@ -41,6 +41,7 @@
23 <li>dev-util/rats</li>
24 <li>dev-util/pscan</li>
25 <li>app-forensics/examiner</li>
26 + <li>dev-util/splint</li>
27 </ul>
28 <p>
29 Each of the general scanning tools will include output describing
30 @@ -55,7 +56,9 @@
31 <p>
32 If you need any further advice on how to correct a hole which has been
33 reported you should study a book on programming securely, such as
34 - the <e>Secure Programming for Linux and Unix HOWTO</e> by David A. Wheller.
35 + the <uri link="http://www.dwheeler.com/secure-programs/">Secure Programming
36 + for Linux and Unix HOWTO</uri> by David A. Wheeler or the
37 + <uri link="https://www.securecoding.cert.org/confluence/display/seccode/CERT+C+Secure+Coding+Standard">C Secure Coding Standard</uri> by CERT
38 (Remember that when reporting security issues a patch closing the hole
39 is greatly appreciated).
40 </p>