Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37038516
en ru br
ALT Linux repositórios
S:1.12-alt1
5.0: 1.03-alt2
4.1: 1.03-alt1
4.0: 1.03-alt1

Group :: Desenvolvimento/Perl
RPM: perl-LWPx-ParanoidAgent

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.12-alt1
Data da compilação: 19 outubro 2016, 09:20 ( 388.2 weeks ago )
Tamanho:: 60.81 Kb

Home page:   http://www.annocpan.org/dist/LWPx-ParanoidAgent

Licença: Artistic
Sumário: subclass of LWP::UserAgent that protects you from harm
Descrição:

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.

Mantenedor currente: Vitaly Lipatov

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

  • perl-LWPx-ParanoidAgent
ACL:
     
    projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    mantenedor atual: Michael Shigorin
    mantenedor da tradução: Fernando Martini aka fmartini © 2009