Readonlyinfo: { certainty:BestEffort; defaultConfig:{ consider:readonly["^eval$","^system$","^system2$","^shell$"]; }; description:"Detects uses of configured dynamic calls (e.g. eval, system) whose inputs are not statically constant. Prints the computed input-sources for the call and flags usages that depend on non-constant/trusted inputs."; name:"Problematic inputs"; tags:readonly[Security,Smell,Readability,Performance]; }