Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 188 Bytes

detect-non-literal-require.md

File metadata and controls

7 lines (4 loc) · 188 Bytes

Pattern: Use of require(variable)

Issue: -

Description

Detects require(variable), which might allow an attacker to load and run arbitrary code, or access arbitrary files on disk.