<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/security/pscan/PLIST, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2002-08-06T01:36:59Z</updated>
<entry>
<title>PScan is a C source code security scanner, which looks for misuse of</title>
<updated>2002-08-06T01:36:59Z</updated>
<author>
<name>cjs</name>
<email>cjs</email>
</author>
<published>2002-08-06T01:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=94250aa115e66d1cf5ca53ff6ee480b369ae7050'/>
<id>urn:sha1:94250aa115e66d1cf5ca53ff6ee480b369ae7050</id>
<content type='text'>
libc functions which use varargs and printf-style formatting
operators. In many situations these can cause security vulnerabilities
in the application if it runs with privileges (setugid, or listening
to a network socket, etc).

An example of the kind of situation pscan looks for is the following:

  variable = "%s";                   /* or malicious user input */
  sprintf(buffer, variable);         /* BAD! */

WWW: http://www.striker.ottawa.on.ca/~aland/pscan/
</content>
</entry>
</feed>
