File: control

package info (click to toggle)
libwww-csrf-perl 1.00-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 88 kB
  • ctags: 4
  • sloc: perl: 68; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 886 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: libwww-csrf-perl
Section: perl
Priority: optional
Maintainer: Steinar H. Gunderson <sesse@debian.org>
Build-Depends: debhelper (>= 9.20120312)
Build-Depends-Indep: libbytes-random-secure-perl,
 libdigest-hmac-perl,
 perl
Standards-Version: 3.9.5
Homepage: https://metacpan.org/release/WWW-CSRF

Package: libwww-csrf-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libbytes-random-secure-perl,
 libdigest-hmac-perl
Description: Perl module to generate and check tokens to protect against CSRF attacks
 WWW::CSRF generates tokens to help protect against a website attack known as
 Cross-Site Request Forgery (CSRF, also known as XSRF). WWW::CSRF differs
 from most other CSRF modules on CPAN in that it is not bound to a specific
 framework, and thus can be used from any CGI script, or as a building block
 to write framework-specific CSRF mitigation modules.