1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libstore-opaque-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 9.20120312),
perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstore-opaque-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstore-opaque-perl.git
Homepage: https://metacpan.org/release/Store-Opaque/
Package: libstore-opaque-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: module for opaque objects to prevent accidental leaking
Store::Opaque implements an opaque object implementation to avoid
accidentially putting sensitive information into dumps or stack traces.
.
This module is not directly about security in the sense of preventing
malicious action. It's about preventing mistakes that could turn out to be a
security or compliance issue.
|