Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 408 Bytes

PEAR.Files.IncludingFile.md

File metadata and controls

13 lines (7 loc) · 408 Bytes

Pattern: Malformed file inclusion

Issue: -

Description

Ensure include_once is used in conditional situations and require_once is used elsewhere.

Also checks that brackets do not surround the file being included.

Further Reading