flawfinder 1.31-1 source package in Ubuntu

Changelog

flawfinder (1.31-1) unstable; urgency=medium


  * New upstream release
  * debian/control: Update maintainer's name, now use UTF-8
  * Lintian fixes:
    - debian/control: Updated Standards Version, no changes needed (fixes:
      ancient-standards-version)
    - debian/control: Add ${misc:Depends} (fixes: debhelper-but-no-misc-depends)
    - debian/control: Add versioned dependency on debhelper (fixes:
      package-lacks-versioned-build-depends-on-debhelper)
    - debian/rules: Do not ignore errors (fixes:
      debian-rules-ignores-make-clean-error)
    - debian/rules: Add required targets (fixes: debian-rules-missing-recommended-target)
    - debian/source/format: Declare we are 1.0, will move to 3.0 in the future
      (fixes: missing-debian-source-format)

 -- Javier Fernández-Sanguino Peña <email address hidden>  Tue, 05 Aug 2014 22:08:27 +0200

Upload details

Uploaded by:
Javier Fernández-Sanguino
Uploaded to:
Sid
Original maintainer:
Javier Fernández-Sanguino
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe utils
Xenial release universe utils

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
flawfinder_1.31-1.dsc 1.0 KiB bc608ebe0ef3439efbcfcd24c2cad83e5eb9336ccc960ed2e74c62abe18e7b1c
flawfinder_1.31.orig.tar.gz 170.1 KiB bca7256fdf71d778eb59c9d61fc22b95792b997cc632b222baf79cfc04887c30
flawfinder_1.31-1.diff.gz 3.1 KiB bce842f889e3c7941606f084c204ee7a36e520f726f0b76fb280b02a19fab95a

Available diffs

No changes file available.

Binary packages built by this source

flawfinder: examines source code and looks for security weaknesses

 Flawfinder searches through C/C++ source code looking for potential
 security flaws and produces a report describing the potential flaws
 found in source code, ranking them by likely severity.
 .
 Like RATS, Flawfinder reports are not a direct indication of a
 vulnerability, but provide a reasonable starting point for performing manual
 security audits in source code.
 .
 Flawfinder can also generate differential reports by pointing it to
 a patch (diff) file describing the code changes. This way it can be used
 to determine if the potential flaws found in code have increased or
 decreased after a commit to a source code management system like
 CVS or Subversion.