Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (30cf10a5ada660087263067d25cf3aaf9c31540a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (30cf10a5ada660087263067d25cf3aaf9c31540a)
  • Date: Sun, 21 Mar 2010 18:45:37 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

ChangeLog | 3 +++
security/rats/DETAILS | 20 ++++++++++++++++++++
security/rats/HISTORY | 3 +++
3 files changed, 26 insertions(+)

New commits:
commit 30cf10a5ada660087263067d25cf3aaf9c31540a
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

security/rats: new spell, Rough Auditing Tool for Security

diff --git a/ChangeLog b/ChangeLog
index e52eaf5..f67c3de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-03-21 Ladislav Hagara <hgr AT vabo.cz>
+ * security/rats: new spell, Rough Auditing Tool for Security
+
2010-03-21 Vlad Glagolev <stealth AT sourcemage.org>
* gnu.gpg: added key BFBF0221 ("Bruce Korb <bkorb AT gnu.org>")

diff --git a/security/rats/DETAILS b/security/rats/DETAILS
new file mode 100755
index 0000000..083a9e1
--- /dev/null
+++ b/security/rats/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=rats
+ VERSION=2.3
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.fortify.com/servlet/download/public/$SOURCE
+
SOURCE_HASH=sha512:10ca0ca46515e6f9349f9325ab19a7e453a66e472036e22b602b77bd816fcddb8fa5c9fa936c6a8004f713af0eb11cd357a91668809b53666522d3aa08130ba1
+ WEB_SITE=http://www.fortify.com/security-resources/rats.jsp
+ LICENSE[0]=GPL
+ ENTERED=20100321
+ SHORT="Rough Auditing Tool for Security"
+cat << EOF
+This is RATS, a rough auditing tool for security, developed by Secure
+Software Inc. It is a tool for scanning C, C++, Perl, PHP, Python
+and Ruby 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.
+EOF
diff --git a/security/rats/HISTORY b/security/rats/HISTORY
new file mode 100644
index 0000000..a9a78e8
--- /dev/null
+++ b/security/rats/HISTORY
@@ -0,0 +1,3 @@
+2010-03-21 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: created this spell, version 2.3
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (30cf10a5ada660087263067d25cf3aaf9c31540a), Ladislav Hagara, 03/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page