Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 311 Bytes

EX100.md

File metadata and controls

15 lines (9 loc) · 311 Bytes

EX100

Use of builtin exec() function can leave code open to arbitrary execution.

Check will ignore instances where the first argument (code to executed) is a string literal.

Examples

exec(f)

See Also