GitHub
CERT Secure Coding

MSC32-PL. Do not provide a module's version value from outside the module

This rule is a stub.

Noncompliant Code Example

This noncompliant code example shows an example where ...

Non-compliant code

Compliant Solution

In this compliant solution, ...

Compliant code

Risk Assessment

Leaking sensitive information outside a trust boundary is not a good idea.

Rule Severity Likelihood Detectable Repairable Priority Level
MSC32-PL Low Unlikely Yes No P2 L3

Automated Detection

Tool

Version

Checker

Description

Security Reviewer - Static Reviewer

6.02

PERL_D99

Partially implemented

Bibliography

[ CPAN ]Wyant, III, Thomas R. Perl-Critic-1.116 Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion