- update to rats-1.1

- now supports perl and python in addition to C/C++
ok pvalchev@
This commit is contained in:
jsyn 2001-08-04 07:42:04 +00:00
parent 083ab4c72f
commit 928b42a13e
4 changed files with 19 additions and 16 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.4 2001/07/25 05:43:49 jsyn Exp $
# $OpenBSD: Makefile,v 1.5 2001/08/04 07:42:04 jsyn Exp $
COMMENT= "c source code auditing tool"
COMMENT= "source code auditing tool"
DISTNAME= rats-1.0
DISTNAME= rats-1.1
CATEGORIES= devel security
NEED_VERSION= 1.425
NEED_VERSION= 1.428
HOMEPAGE= http://www.securesw.com/rats/

View File

@ -1,3 +1,3 @@
MD5 (rats-1.0.tar.gz) = 3388d57d5f9b64996db6dffa327a09ef
RMD160 (rats-1.0.tar.gz) = 5c607952c4394d34e230b8568057074b293b3812
SHA1 (rats-1.0.tar.gz) = 89d25e88909a6b4d83bff120199ab358a1924434
MD5 (rats-1.1.tar.gz) = 39bd3a5f9bdecff15b0fec0c1bb5203a
RMD160 (rats-1.1.tar.gz) = c944b3a74ed4e73e423c0e477ce2babe9f6efffa
SHA1 (rats-1.1.tar.gz) = 80d7585299c370986b5caa4bff69b29545a668b8

View File

@ -1,10 +1,11 @@
This is RATS, a rough auditing tool for security, developed by
Secure Software Solutions. It is a tool for scanning C source code
and flagging common security related programming errors such as
buffer overflows and TOCTOU (Time Of Check, Time Of Use) race
conditions. As its name implies, the tool performs only a rough
analysis of source code. It will not find every error and will
also find things that are not errors. Manual inspection of your
code is still necessary, but greatly aided with this tool.
Secure Software Solutions. It is a tool for scanning source code
(C, C++, Perl, and Python) and flagging common security related
programming errors such as buffer overflows and TOCTOU (Time Of
Check, Time Of Use) race conditions. As its name implies, the tool
performs only a rough analysis of source code. It will not find
every error and will also find things that are not errors. Manual
inspection of your code is still necessary, but greatly aided with
this tool.
WWW: ${HOMEPAGE}

View File

@ -1,5 +1,7 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/01 09:12:30 camield Exp $
@comment $OpenBSD: PLIST,v 1.2 2001/08/04 07:42:04 jsyn Exp $
bin/rats
lib/rats.xml
lib/rats-c.xml
lib/rats-perl.xml
lib/rats-python.xml
share/doc/rats/README
@dirrm share/doc/rats