github semgrep/semgrep v0.96.0
Release v0.96.0

latest releases: v1.70.0, v1.69.0, v1.68.0...
23 months ago

0.96.0 - 2022-06-03

Added

  • Generic mode: new option generic_ellipsis_max_span for controlling
    how many lines an ellipsis can match (#5211)
  • Generic mode: new option generic_comment_style for ignoring
    comments that follow the specified syntax (C style, C++ style, or
    Shell style) (#3428)
  • Metrics now include a list of features used during an execution.
    Examples of such features are: languages scanned, CLI options passed, keys used in rules, or certain code paths reached, such as using an :include instruction in a .semgrepignore file.
    These strings will NOT include user data or specific settings. As an example, with semgrep scan --output=secret.txt we might send "option/output" but will NOT send "option/output=secret.txt".

Changed

  • The output summarizing a scan's results has been simplified.

Don't miss a new semgrep release

NewReleases is sending notifications on new releases.