GitHub
CERT Secure Coding

MSC03-PL. Do not use select() to sleep

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.

RecommendationSeverityLikelihoodRemediation CostPriorityLevel
MSC03-PLLowUnlikelyLowP3L3

Automated Detection

Tool

Version

Checker

Description

Security Reviewer - Static Reviewer

6.02

PERL_S66

Fully implemented

Bibliography

[ CPAN ]TerMarsch, Graham. Perl-Critic-1.116 Perl::Critic::Policy::BuiltinFunctions::ProhibitSleepViaSelect