Source: pscan
Section: misc
Priority: optional
Maintainer: Package Salvaging Team <team+salvage@tracker.debian.org>
Uploaders: Uwe Hermann <uwe@debian.org>
Build-Depends: debhelper-compat (= 13), flex
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/salvage-team/pscan
Vcs-Git: https://salsa.debian.org/salvage-team/pscan.git
Homepage: https://deployingradius.com/blog/
Rules-Requires-Root: no

Package: pscan
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Format string security checker for C files
 pscan is a program which scans C source files for
 common function abuses, which often lead to security problems.
 .
 Functions which use variadic arguments will be flagged if they
 appear to contain user-controlled input.
 .
 It is a useful tool for those performing source code audits.
