PScan is a C source code security scanner, which looks for misuse of 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://deployingradius.com/pscan/ ory'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/hiredis
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Fix WWWSunpoet Po-Chuan Hsieh2017-06-251-1/+1
* Upgrade to version 0.13.3.Jimmy Olgeni2015-09-163-14/+3
* Revert upstream commit 1db17f2.Jimmy Olgeni2015-09-162-0/+11
* Upgrade to version 0.13.2.Jimmy Olgeni2015-08-263-4/+6
* Project has moved: fix WWW tag.Jimmy Olgeni2015-07-041-1/+1
* Upgrade to version 0.13.1 and take maintainership from ports@.Jimmy Olgeni2015-05-064-25/+10
* Back to the pool.Grzegorz Blach2015-04-171-1/+1
* Fix pkgconf fileGrzegorz Blach2015-03-142-0/+14
* gmake:lite is only intended to be used for possible gmake dependenciesAntoine Brodin2015-03-071-1/+1
* - Update to 0.12.1Grzegorz Blach2015-02-243-9/+18
* Update "BSD" licenses in databases categoryMark Felder2014-12-051-1/+1
* Cleanup plistBaptiste Daroussin2014-10-20