Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/libs/perlmods
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv8934

Added Files:
        lwpx-paranoidagent-pm.info 
Log Message:
LWPx::ParanoidAgent.


--- NEW FILE: lwpx-paranoidagent-pm.info ---
Info3: <<
Package: lwpx-paranoidagent-pm%type_pkg[perl]
Version: 1.09
Revision: 1
Depends: <<
  libwww-pm%type_pkg[perl],
  encode-locale-pm%type_pkg[perl],
  http-message-pm%type_pkg[perl],
  io-html-pm%type_pkg[perl],
  http-date-pm%type_pkg[perl],
  html-parser-pm%type_pkg[perl],
  http-daemon-pm%type_pkg[perl],
  net-dns-pm%type_pkg[perl],
  digest-hmac-pm,
<<
Source: mirror:cpan:authors/id/S/SA/SAXJAZMAN/lwp/LWPx-ParanoidAgent-%v.tar.gz
Source-MD5: 848d5cd6b24b394f12cacedaf4449645
Type: perl (5.12.3 5.12.4)
UpdatePOD: true
DocFiles: ChangeLog README
InstallScript: <<
  %{default_script}
  mv %i/share/man %i/lib/perl5/%type_raw[perl]
<<
Description: LWP::UserAgent that protects you from harm
DescDetail: <<
The LWPx::ParanoidAgent is a class subclassing LWP::UserAgent, but
paranoid against attackers. It's to be used when you're fetching a
remote resource on behalf of a possibly malicious user.

This class can do whatever LWP::UserAgent can (callbacks, uploads from
files, etc), except proxy support is explicitly removed, because in
that case you should do your paranoia at your proxy.

Also, the schemes are limited to http and https, which are mapped to
LWPx::Protocol::http_paranoid and LWPx::Protocol::https_paranoid,
respectively, which are forked versions of the same ones without the
"_paranoid". Subclassing them didn't look possible, as they were
essentially just one huge function.

This class protects you from connecting to internal IP ranges (unless
you whitelist them), hostnames/IPs that you blacklist, remote
webserver tarpitting your process (the timeout parameter is changed to
be a global timeout over the entire process), and all combinations of
redirects and DNS tricks to otherwise tarpit and/or connect to
internal resources.
<<
###
License: Artistic
Maintainer: Jesse Alama <jesse.al...@gmail.com>
Homepage: http://search.cpan.org/dist/LWPx-ParanoidAgent/
<<


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to