Bug#954057:

2021-03-12 Thread Rehan Gokill

Bug#954057: Script showing insecure default

2020-03-16 Thread Felix Lechner
Hi, Here is a script showing the insecure default when using HTTP::Thin. Kind regards Felix Lechner * * * #!/usr/bin/perl use 5.12.1; use HTTP::Request::Common; use HTTP::Thin; say HTTP::Thin->new()->request(GET 'https://self-signed.badssl.com/')->as_string;

Bug#954057: libhttp-thin-perl: Please verify server identity via SSL

2020-03-15 Thread Felix Lechner
Package: libhttp-thin-perl Severity: important Dear maintainer, Your package uses the Perl module HTTP::Tiny but does not set the verify_SSL attribute to a true value. By default, that module does not validate the identity of server certificates. The documentation states that "Server identity ve