Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The source code was developed by the CERT Secure Coding Group, and is freely available.

If you wish to develop the code, and you have an Andrew account, we recommend you check the code out of Subversion on andrew. The repository is at:

file://localhost/afs/andrew.cmu.edu/usr/svoboda/public/repository/trunk/c_rulesImage Added

You can access the repository from a non-Andrew machine using SSH:

svn+ssh://username@unix.andrew.cmu.edu/afs/andrew.cmu.edu/usr/svoboda/public/repository/trunk/c_rules

Replace username with your Andrew id.

This code has been developed and tested on an i386 workstation running Linux (2.6.16.60) and g++ (3.4.4). It depends on ROSE 0.9.3a, which is available for free download from http://rosecompiler.org

...