localshop has asked for the wisdom of the Perl Monks concerning the following question:
It occurred to me that I should probably ensure that any CPAN modules do not include dependencies with known security issues. Even though these are often pretty trivial, it would seem to make the module more robust if any dependencies have minimum versions specified that resolve the know issues.
Does anybody have advice on whether this is standard practice or whether there are any issues that I may find if I start putting in these minimum version requirements?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Security Checks for CPAN Module Authors
by cavac (Prior) on Oct 22, 2018 at 10:37 UTC | |
by localshop (Monk) on Oct 25, 2018 at 15:44 UTC |