GitHub
CERT Secure Coding

FIO30-PL. Use compatible character encodings when performing network or file I/O

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
FIO30-PL Low Unlikely No No P1 L3

Automated Detection

Tool

Version

Checker

Description

Security Reviewer - Static Reviewer

6.02

PERL_S42

Partial
CERT Oracle Secure Coding Standard for JavaSTR04-J. Use compatible character encodings when communicating string data between JVMs

Bibliography

[ CPAN ]Wyant, Thomas R. Perl-Critic-1.116 Perl::Critic::Policy::InputOutput::RequireEncodingWithUTF8Layer