Skip to content

v1.8.4

Choose a tag to compare

@haggaiwambua haggaiwambua released this 18 Jun 16:53
Immutable release. Only release title and notes can be modified.
1bd1b38

Fixed

  • ConfigOutsideConfigAnalyzer no longer false-positives on long descriptive identifiers (e.g. camelCase array keys) reported as "Possible hardcoded API key or secret" — the heuristics now skip strings in identifier positions (array-access keys, array-literal keys, and compact() arguments) since these can never hold a credential; array values continue to be scanned (#235)