HomePhabricator

Lint dynamic string usage in parameters treated as safe
03199df925f5Unpublished

Unpublished Commit · Learn More

No further details are available.

Description

Lint dynamic string usage in parameters treated as safe

Summary:
This disallows code like this:

$cmd = 'ls';
execx($cmd);

But I guess it's not that big deal?

Test Plan: Linted whole Arcanist and Phabricator codebases, most parts looks fixable.

Reviewers: epriestley

CC: nh, aran, Korvin

Differential Revision: https://secure.phabricator.com/D4794

Details

Provenance
vranaAuthored on
Differential Revision
Restricted Differential Revision
Parents
rARC39cef6cb991a: Dispatch event after collecting changes in diff
Branches
Unknown
Tags
Unknown

Event Timeline