Skip to content

Release v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 04:18

Added

  • Match file-name imports against metavariables using import "$X" (most
    useful in Go)
  • Support for taint-tracking rules on CLI using the key-value pair 'mode: taint'
    (defaults to 'mode: search')

Changed

  • Don't print out parse errors to stdout when using structured output formats

Fixed

  • Parse nested object properties in parameter destructuring in JavaScript
  • Parse binding patterns in ECMAScript 2021 catch expressions
  • Was mistakenly reporting only one of each type of issue even if multiple issues exist