Last active
December 22, 2024 00:26
-
-
Save briandfoy/4525877 to your computer and use it in GitHub Desktop.
This is a list of Perl::Critic policies that CERT recommends (https://www.securecoding.cert.org/confluence/display/perl/CERT+Perl+Secure+Coding+Standard)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BuiltinFunctions::ProhibitBooleanGrep | |
BuiltinFunctions::ProhibitStringyEval | |
BuiltinFunctions::ProhibitStringySplit | |
BuiltinFunctions::ProhibitUniversalCan | |
BuiltinFunctions::ProhibitUniversalIsa | |
ClassHierarchies::ProhibitExplicitISA | |
ControlStructures::ProhibitMutatingListFunctions | |
ControlStructures::ProhibitUnreachableCode | |
ErrorHandling::RequireCarping | |
InputOutput::ProhibitBarewordFileHandles | |
InputOutput::RequireCheckedClose | |
InputOutput::RequireCheckedOpen | |
InputOutput::RequireCheckedSyscalls | |
InputOutput::ProhibitInteractiveTest | |
InputOutput::ProhibitOneArgSelect | |
InputOutput::ProhibitTwoArgOpen | |
Miscellanea::ProhibitFormats | |
Modules::ProhibitEvilModules | |
Modules::RequireEndWithOne | |
Objects::ProhibitIndirectSyntax | |
Policy::TestingAndDebugging::RequireUseStrict | |
Policy::TestingAndDebugging::RequireUseWarnings | |
RegularExpressions::ProhibitCaptureWithoutTest | |
Subroutines::ProhibitBuiltinHomonyms | |
Subroutines::ProhibitExplicitReturnUndef | |
Subroutines::ProhibitReturnSort | |
Subroutines::ProhibitSubroutinePrototypes | |
Subroutines::ProhibitUnusedPrivateSubroutines | |
Subroutines::ProtectPrivateSubs | |
Subroutines::RequireFinalReturn | |
TestingAndDebugging::ProhibitNoStrict | |
TestingAndDebugging::ProhibitProlongedStrictureOverride | |
TestingAndDebugging::RequireUseStrict | |
TestingAndDebugging::ProhibitNoWarnings | |
ValuesAndExpressions::ProhibitCommaSeparatedStatements | |
ValuesAndExpressions::ProhibitLeadingZeros | |
ValuesAndExpressions::ProhibitMagicNumbers | |
ValuesAndExpressions::ProhibitMismatchedOperators | |
ValuesAndExpressions::ProhibitMixedBooleanOperators | |
Variables::ProhibitPerl4PackageNames | |
Variables::ProhibitUnusedVariables | |
Variables::ProtectPrivateVars | |
Variables::RequireInitializationForLocalVars | |
Variables::RequireLexicalLoopIterators | |
Variables::RequireLocalizedPunctuationVars |
Fixed, thanks for pinging this.
It took me a minute to see the difference between the colon and semicolon typo. I think that means I need to clean my monitor.
Seems CERT's list has moved since this list was made. They seem to have move some of this to the Back Matter section on Perl::Critic.
Maybe worth updating the URL and expanding a little? 🙂
(With that said, I'd love to refer to this page from the CPANSec website, if that's ok.)
If it's public you can link to it. :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typo line 34: "TestingAndDebugging:;ProhibitNoWarnings"