This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP] pscan 1.2 -- Format string security checker for C files


Included in Debian stable

  http://packages.debian.org/pscan

Jari

sdesc: "Format string security checker for C files"
ldesc: "A program which attempts to scan C source files for common function
abuses, which often lead to security problems. This program will scan
source files for functions that use variadic functions and warn of
potential abuses. It is a useful tool for those performing source code
audits."
category: Security
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/pscan/pscan-1.2-1-src.tar.bz2 \
    http://cygwin.cante.net/pscan/pscan-1.2-1.tar.bz2 \
    http://cygwin.cante.net/pscan/setup.hint

b) automatic

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir pscan ; cd pscan
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/pscan/get.sh \
          http://cygwin.cante.net/pscan/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]