dangerousShellSettings top-level constant

List<String> const dangerousShellSettings

Dangerous shell settings that can execute arbitrary shell code.

Implementation

const dangerousShellSettings = <String>[
  'apiKeyHelper',
  'awsAuthRefresh',
  'awsCredentialExport',
  'gcpAuthRefresh',
  'otelHeadersHelper',
  'statusLine',
];