Skip to main content
GitHub

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.

RuleSeverityLikelihoodDetectableRepairablePriorityLevel
FIO30-PLLowUnlikelyNoNoP1L3

Automated Detection

ToolVersionCheckerDescription
Security Reviewer - Static Reviewer6.02PERL_S42Partial
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