flawfinder 2.0.19-1 source package in Ubuntu

Changelog

flawfinder (2.0.19-1) unstable; urgency=medium

  * Update to latest upstream version (Closes: #980982) 
  * debian/control: Fix URL to the one currently used upstream 
    (dropping 'www')
  * debian/flawfinder.examples: Adjust with new location of examples

 -- Javier Fernández-Sanguino Peña <email address hidden>  Mon, 06 Dec 2021 21:33:29 +0100

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flawfinder_2.0.19-1.dsc 1.9 KiB b26872098fabb6611430ae674ac07bf19f7a2e0eb773d0dc8e349b9621fd9ea6
flawfinder_2.0.19.orig.tar.gz 254.7 KiB fe550981d370abfa0a29671346cc0b038229a9bd90b239eab0f01f12212df618
flawfinder_2.0.19-1.debian.tar.xz 4.6 KiB b1f6560b30f378e45522faacdccb32b21e8d5664b08eb75cd2c7b5a247c32bb2

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.