Skip to content

Releases: coreruleset/crs-toolchain

v1.3.11

15 Sep 13:28
e897941
Compare
Choose a tag to compare

What's Changed

  • fix: use correct URL in regex assembly standard header by @theseion in #88

Full Changelog: v1.3.10...v1.3.11

v1.3.10

15 Sep 07:50
f9353bf
Compare
Choose a tag to compare

What's Changed

  • fix: fixed string comparison for version string by @theseion in #86
  • fix: format command adds the assembly file header by @theseion in #87

Full Changelog: v1.3.9...v1.3.10

v1.3.9

21 May 18:01
4c1b800
Compare
Choose a tag to compare

What's Changed

  • feat: adds build version into executable by @fzipi in #79
  • feat: implement copyright update by @fzipi in #45
  • feat: add self-updater by @fzipi in #80
  • feat: add check for standard regex assembly header by @fzipi in #84
  • chore(deps): bump golang.org/x/sys from 0.0.0-20220406163625-3f8b81556e12 to 0.1.0 by @dependabot in #82
  • chore: upgrade dependencies by @theseion in #83

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

09 Feb 05:44
20956b9
Compare
Choose a tag to compare

What's Changed

  • Improve Unix shell evasion detection by @theseion in #69
  • feat: move anti evasion patters to configuration file by @theseion in #70
  • fix: properly prefix / suffix includes by @theseion in #73
  • Include except by @theseion in #74
  • Enforce include case sensitivity by @fzipi in #75
  • feat(parser): throw fatal error when included file has flags by @fzipi in #76
  • Various fixes and improvements by @theseion in #77
  • fix: better matching of test title by @theseion in #78

Full Changelog: v1.3.6...v1.3.8

v1.3.7

24 Jan 18:57
3b4965c
Compare
Choose a tag to compare

fix: properly prefix / suffix includes

Full Changelog: v1.3.6...v1.3.7

v1.3.6

03 Dec 13:02
f01e1ab
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

  • f01e1ab: Merge pull request #68 from coreruleset/improve-renumbering-check-output (@fzipi)

v1.3.5

30 Nov 21:01
ba52eaa
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

  • ba52eaa: Merge pull request #67 from coreruleset/fix-test-lookup-when-renumbering (@theseion)

v1.3.4

28 Nov 17:57
28f9ca1
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v1.3.3

25 Nov 16:56
2486693
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

v1.3.2

20 Nov 16:24
8e4ab88
Compare
Choose a tag to compare

Fixes ordering issue when mixing concatenations and alternations.