Skip to content

Releases: becojo/semsearch

v0.5.0

21 Sep 20:41
ebada38

Choose a tag to compare

This version is a complete rewrite of semsearch that brings multiple new features:

  • Added multiple CLI flags to set additional rule properties such as severity, metadata, options.
  • Support for taint mode rules and regex fixes
  • Support to run multiple rules. Use --rule to start a new rule that will inherit the previous rule languages.
  • Support for to run rules using semgrep instead of the default opengrep. Use --semgrep or set the environment variable SEMSEARCH_COMMAND=semgrep.
  • Bash completion

Breaking changes:

  • Using square brackets to manage pattern groups were removed. ] was replaced with ^ which is an alias of --pop

Changelog

v0.4.0

23 Jan 19:48
8e4459b

Choose a tag to compare

Changelog

v0.3.2

03 Dec 20:08
fda8f74

Choose a tag to compare

Changelog

  • fda8f74 Add LICENSE
  • 7850223 chore: mv cmd/semsearch.go -> cmd/semsearch/semsearch.go
  • 078f598 readme: example with --metavariable-regex
  • 7374297 readme: install instructions
  • 55d0f08 remove unimplemented MetavariablePattern

v0.3.1

19 Nov 15:13
36324ae

Choose a tag to compare

Changelog

  • 157117a chore: stop building binaries for Windows
  • 36324ae fix: show execution error

v0.3

16 Nov 15:44
ed41731

Choose a tag to compare

Changelog

v0.2

15 Feb 18:39
ba5d103

Choose a tag to compare

Changelog

v0.1

29 Jan 02:31

Choose a tag to compare

Changelog