DFSG NEW Queue

DFSG, Licensing & New Packages Team

trufflehog 3.60.0-1

Package Information

DescriptionFind, verify, and analyze leaked credentials (program)

TruffleHog is the most powerful secrets Discovery, Classification, Validation, and Analysis tool. In this context, secret refers to a credential a machine uses to authenticate itself to another machine. This includes API keys, database passwords, private encryption keys, and more.

MaintainerDebian Go Packaging Team <team+pkg-go@tracker.debian.org>
Changed ByMikhail Potemkin <potemkinmr@gmail.com>
Sponsorotto@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/go-team/packages/trufflehog.git (browse)
Closes#1128347
Trackerhttps://tracker.debian.org/pkg/trufflehog
Uploaded3 hours ago

New Package Report

.changes
Sourcetrufflehog
Version3.60.0-1
Changed-ByMikhail Potemkin
Architecturesource amd64
Distributionunstable
DateTue, 28 Apr 2026 16:25:06 +0000
Changelog
trufflehog (3.60.0-1) unstable; urgency=medium
 .
   * Initial release, with eight dependencies included, all small and
   unlikely to have other consumers in Debian and not worth packaging
   separately (Closes: #1128347)
.dsc
Sectionutils
Priorityoptional
Componentmain
Package-Listtrufflehog deb utils optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/trufflesecurity/trufflehog
Upstream-Name: trufflehog
Upstream-Contact: https://github.com/trufflesecurity/trufflehog

Files:
 *
Copyright:
 2016 Truffle Security
License: AGPL-3.0

Files:
 debian/*
Copyright:
 2026 Mikhail Potemkin <potemkinmr@gmail.com>
 2026 Otto Kekäläinen <otto@debian.org>
License: AGPL-3.0
Comment: Debian packaging is licensed under the same terms as upstream

Files:
 debian/vendor/github.com/TheZeroSlave/zapsentry/*
Copyright:
 2018 TheZeroSlave
License: Expat

Files:
 debian/vendor/github.com/bill-rich/disk-buffer-reader/*
Copyright:
 2022 Bill Rich
License: Expat

Files:
 debian/vendor/github.com/bill-rich/go-syslog/*
Copyright:
 2013 Máximo Cuadros
License: Expat

Files:
 debian/vendor/github.com/bill-rich/go-syslog/pkg/syslogparser/*
Copyright:
 2013 Jérôme Renard
License: BSD-2-Clause

Files:
 debian/vendor/github.com/denisenkom/go-mssqldb/msdsn/*
Copyright:
 2012 The Go Authors
License: BSD-3-Clause

Files:
 debian/vendor/github.com/jpillora/s3/*
Copyright:
 2018 SmartyStreets
License: Expat

Files:
 debian/vendor/github.com/launchdarkly/ccache/*
Copyright:
 2013 Karl Seguin
License: Expat

Files:
 debian/vendor/github.com/lrstanley/bubblezone/*
Copyright:
 2022 Liam Stanley <me@liamstanley.io>
License: Expat

Files:
 debian/vendor/github.com/tailscale/depaware/*
Copyright:
 2020 Tailscale Inc & AUTHORS
License: BSD-3-Clause

License: AGPL-3.0
 The GNU Affero General Public License is a free, copyleft license for
 software and other kinds of works, specifically designed to ensure
 cooperation with the community in the case of network server software.
 .
 The licenses for most software and other practical works are designed
 to take away your freedom to share and change the works. By contrast,
 our General Public Licenses are intended to guarantee your freedom to
 share and change all versions of a program--to make sure it remains free
 software for all its users.
 .
 When we speak of free software, we are referring to freedom, not
 price. Our General Public Licenses are designed to make sure that you
 have the freedom to distribute copies of free software (and charge for
 them if you wish), that you receive source code or can get it if you
 want it, that you can change the software or use pieces of it in new
 free programs, and that you know you can do these things.
 .
 Developers that use our General Public Licenses protect your rights
 with two steps: (1) assert copyright on the software, and (2) offer
 you this License which gives you legal permission to copy, distribute
 and/or modify the software.
 .
 A secondary benefit of defending all users' freedom is that
 improvements made in alternate versions of the program, if they
 receive widespread use, become available for other developers to
 incorporate.  Many developers of free software are heartened and
 encouraged by the resulting cooperation.  However, in the case of
 software used on network servers, this result may fail to come about.
 The GNU General Public License permits making a modified version and
 letting the public access it on a server without ever releasing its
 source code to the public.
 .
 The GNU Affero General Public License is designed specifically to
 ensure that, in such cases, the modified source code becomes available
 to the community.  It requires the operator of a network server to
 provide the source code of the modified version running there to the
 users of that server.  Therefore, public use of a modified version, on
 a publicly accessible server, gives the public access to the source
 code of the modified version.
 .
 An older license, called the Affero General Public License and
 published by Affero, was designed to accomplish similar goals.  This is
 a different license, not a version of the Affero GPL, but Affero has
 released a new version of the Affero GPL which permits relicensing under
 this license.
 .
 The precise terms and conditions for copying, distribution and
 modification follow.
Comment:
 On Debian systems, the complete text of the GNU Affero General
 Public License version 3 can be found in "/usr/share/common-licenses/AGPL-3".

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

License: BSD-2-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License: BSD-3-Clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
 1. Redistributions of source code must retain the above copyright notice, this
    list of conditions and the following disclaimer.
 .
 2. Redistributions in binary form must reproduce the above copyright notice,
    this list of conditions and the following disclaimer in the documentation
    and/or other materials provided with the distribution.
 .
 3. Neither the name of the copyright holder nor the names of its
    contributors may be used to endorse or promote products derived from
    this software without specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Back to Dashboard | View all reviews for this package