Releases: coreruleset/crs-toolchain
Releases · coreruleset/crs-toolchain
v2.7.0
What's Changed
⭐ New features
🛠 Fixes
- fix: prevent panic with invalid semver in self-update by @theseion in #261
- fix: meta character escaping by @theseion in #252
- fix: version parsing in self-updater by @theseion in #271
- fix: use parseable version as fallback when self-updating by @theseion in #272
- fix: skip subdirectories when running
update --allby @theseion in #273
⚙️ Dependency updates
- chore(deps): update module github.com/ulikunitz/xz to v0.5.15 [security] by @renovate[bot] in #260
- chore(deps): update actions/setup-go action to v6 in .github/workflows/release.yml by @renovate[bot] in #263
- chore(deps): update github/codeql-action action to v4 in .github/workflows/scorecard.yml by @renovate[bot] in #265
- chore(deps): update actions/upload-artifact action to v5 in .github/workflows/scorecard.yml by @renovate[bot] in #266
- chore(deps): update golangci/golangci-lint-action action to v9 in .github/workflows/lint.yml by @renovate[bot] in #267
- chore(deps): update actions/checkout action to v6 in .github/workflows/scorecard.yml by @renovate[bot] in #269
- chore(deps): update alpine docker tag to v3.22.2 in dockerfile by @renovate[bot] in #264
- chore(deps): update module golang.org/x/crypto to v0.45.0 [security] by @renovate[bot] in #268
- fix(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate[bot] in #262
🧰 Other changes
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
⭐ New features
⚙️ Dependency updates
- chore(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate[bot] in #253
- chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml by @renovate[bot] in #254
- chore(deps): update actions/checkout action to v5 in .github/workflows/scorecard.yml by @renovate[bot] in #255
- fix(deps): update all non-major dependencies in go.mod by @renovate[bot] in #257
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
⭐ New features
- chore: refactor commands by @theseion in #250
- feat: enable stdin for fp-finder command by @theseion in #251
⚙️ Dependency updates
- chore(deps): update ossf/scorecard-action action to v2.4.2 in .github/workflows/scorecard.yml by @renovate[bot] in #235
- chore(deps): update alpine docker tag to v3.22.0 in dockerfile by @renovate[bot] in #236
- chore(deps): update github/codeql-action action to v3.28.19 in .github/workflows/scorecard.yml by @renovate[bot] in #237
- chore(deps): update github/codeql-action action to v3.29.0 in .github/workflows/scorecard.yml by @renovate[bot] in #238
- chore(deps): update docker/setup-buildx-action action to v3.11.1 in .github/workflows/release.yml by @renovate[bot] in #240
- fix(deps): update all non-major dependencies in go.mod by @renovate[bot] in #241
- chore(deps): update github/codeql-action action to v3.29.2 in .github/workflows/scorecard.yml by @renovate[bot] in #242
- chore(deps): update alpine docker tag to v3.22.1 in dockerfile by @renovate[bot] in #245
- chore(deps): update github/codeql-action action to v3.29.4 in .github/workflows/scorecard.yml by @renovate[bot] in #247
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
⭐ New features
⚙️ Dependency updates
- fix(deps): update module github.com/creativeprojects/go-selfupdate to v1.5.0 in go.mod by @renovate in #225
- chore(deps): update github/codeql-action action to v3.28.16 in .github/workflows/scorecard.yml by @renovate in #230
- chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml by @renovate in #231
- chore(deps): update golangci/golangci-lint-action action to v8 in .github/workflows/lint.yml by @renovate in #232
- fix(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate in #233
- chore(deps): update github/codeql-action action to v3.28.18 in .github/workflows/scorecard.yml by @renovate in #234
🧰 Other changes
- chore: add PR template by @fzipi in #224
- feat: improved regex comparison by @theseion in #226
- fix: sort entries before printing for fp-finder command by @S0obi in #228
New Contributors
Full Changelog: v2.3.4...v2.4.0
v2.3.4
What's Changed
🛠 Fixes
- fix: incorrect hex representation of Unicode characters (Example: \x2019 instead of \x{2019}) by @soujanyanmbri in #222
⚙️ Dependency updates
- chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml by @renovate in #201
- chore(deps): update alpine docker tag to v3.21.2 in dockerfile by @renovate in #200
- chore(deps): update golangci/golangci-lint-action digest to ec5d184 in .github/workflows/lint.yml by @renovate in #203
- chore(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate in #205
- fix(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate in #206
- fix(deps): update all non-major dependencies in go.mod by @renovate in #208
- chore(deps): update alpine docker tag to v3.21.3 in dockerfile by @renovate in #207
- chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml by @renovate in #209
- chore(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate in #210
- chore(deps): update github/codeql-action action to v3.28.11 in .github/workflows/scorecard.yml by @renovate in #211
- chore(deps): update golangci/golangci-lint-action digest to 4696ba8 in .github/workflows/lint.yml by @renovate in #214
- chore(deps): update docker/login-action action to v3.4.0 in .github/workflows/release.yml by @renovate in #215
- fix(deps): update all non-major dependencies in .github/workflows/release.yml by @renovate in #216
- chore(deps): update all non-major dependencies in .github/workflows/scorecard.yml by @renovate in #217
- chore(deps): update golangci/golangci-lint-action action to v7 in .github/workflows/lint.yml by @renovate in #218
- chore(deps): update github/codeql-action action to v3.28.15 in .github/workflows/scorecard.yml by @renovate in #220
🧰 Other changes
- chore(deps): update module golang.org/x/crypto to v0.35.0 [security] by @renovate in #212
- chore(deps): update module golang.org/x/oauth2 to v0.27.0 [security] by @renovate in #213
- chore: add release categories by @theseion in #223
New Contributors
- @soujanyanmbri made their first contribution in #222
Full Changelog: v2.3.3...v2.3.4
v2.3.3
v2.3.2
v2.3.1
Changelog
Bug fixes
- 67b66fb: fix: improve group removal step (@theseion)
- d4b1ca2: fix: revert to rassemble-go v0.1.0 (@theseion)
- 62a054e: fix: update module version to v2 (@theseion)
Others
- 92343a0: Merge branch 'main' into remove-unused-parameters (@theseion)
- 80c9269: Merge branch 'main' into remove-unused-parameters (@theseion)
- 75bf0dc: Merge pull request #161 from coreruleset/revert-to-rassemble-go-v0.1.0 (@fzipi)
- e6fbe2e: Merge pull request #162 from coreruleset/fix-group-removal (@theseion)
- 3c14106: Merge pull request #163 from coreruleset/remove-unused-parameters (@fzipi)
- a287c5b: Merge pull request #164 from coreruleset/fix-module-version (@theseion)
- 7865464: Merge pull request #165 from coreruleset/renovate/all-minor-patch (@theseion)
- 7483e86: chore(deps): update all non-major dependencies (@renovate[bot])
- 8de76d3: chore: improve documentation of new code (@theseion)
- fd46195: chore: remove obsolete comment (@theseion)
- dab52b4: chore: remove unused function parameters (@theseion)
v2.3.0
Changelog
Features
- 125a12a: feat: support renumbering for both test_id and test_title (@theseion)
- 6828259: feat: update renumber-test to new test schema (@theseion)
Bug fixes
- 5e9cd82: fix(deps): update all non-major dependencies (@renovate[bot])
- 722b937: fix(deps): update all non-major dependencies (@renovate[bot])
Others
- f3abaa4: Merge pull request #147 from coreruleset/renovate/all-minor-patch (@fzipi)
- f34b789: Merge pull request #148 from coreruleset/renovate/all-minor-patch (@fzipi)
- af442eb: Merge pull request #149 from coreruleset/renovate/all-minor-patch (@theseion)
- 094cdc4: Merge pull request #150 from coreruleset/renovate/all-minor-patch (@theseion)
- 085ad00: Merge pull request #151 from coreruleset/update-renumber-tests-to-new-schema (@fzipi)
- dae7610: Merge pull request #152 from coreruleset/renovate/all-minor-patch (@fzipi)
- 856b51c: Merge pull request #153 from coreruleset/renovate/all-minor-patch (@theseion)
- 74e0c03: Merge pull request #154 from coreruleset/renovate/alpine-3.x (@theseion)
- bd189ee: Merge pull request #155 from coreruleset/renovate/all-minor-patch (@theseion)
- bbf72e0: Merge pull request #156 from coreruleset/renovate/all-minor-patch (@theseion)
- 165809b: Merge pull request #157 from coreruleset/renovate/goreleaser-goreleaser-action-6.x (@theseion)
- a8507af: Merge pull request #158 from coreruleset/renovate/all-minor-patch (@theseion)
- 4a21117: Merge pull request #159 from coreruleset/renovate/alpine-3.x (@theseion)
- d69bafa: Merge pull request #160 from coreruleset/renovate/all-minor-patch (@theseion)
- 4926efd: chore(deps): update actions/setup-go action to v5.0.1 (@renovate[bot])
- 5316273: chore(deps): update all non-major dependencies (@renovate[bot])
- 3494dec: chore(deps): update all non-major dependencies (@renovate[bot])
- f517bef: chore(deps): update all non-major dependencies (@renovate[bot])
- f896581: chore(deps): update all non-major dependencies (@renovate[bot])
- e44fc0a: chore(deps): update all non-major dependencies (@renovate[bot])
- cf24cde: chore(deps): update all non-major dependencies (@renovate[bot])
- 4b1ff82: chore(deps): update all non-major dependencies (@renovate[bot])
- 564b709: chore(deps): update alpine docker tag to v3.20.0 (@renovate[bot])
- b24eb15: chore(deps): update alpine docker tag to v3.20.1 (@renovate[bot])
- 8fe1b58: chore(deps): update goreleaser/goreleaser-action action to v6 (@renovate[bot])
v2.2.0
What's Changed
- fix: update copyright year in SecRule ver and SecComponentSignature by @fzipi in #115
- feat: warn about uppercase letters when ignoring case globally by @fzipi in #116
- chore(deps): update actions/setup-go action to v5 by @renovate in #117
- fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #121
- fix: position indicator at start of line by @fzipi in #120
- chore(ci): create OSSF workflow by @theseion in #123
- chore(deps): update all non-major dependencies by @renovate in #124
- chore(deps): update actions/checkout action to v4 by @renovate in #125
- chore(deps): update github/codeql-action action to v3 by @renovate in #127
- chore(deps): update actions/upload-artifact action to v4 by @renovate in #126
- fix: semver checking by @fzipi in #122
- feat: apply OSSF suggestions by @theseion in #128
- chore(deps): update all non-major dependencies by @renovate in #129
- fix: codeqal permissions by @theseion in #130
- fix: go-2024-2611 by @fzipi in #131
- docs: add SECURITY.md by @fzipi in #132
- fix(deps): update module github.com/itchyny/rassemble-go to v0.1.1 by @renovate in #133
- chore(deps): update all non-major dependencies by @renovate in #135
- chore(deps): update docker/setup-buildx-action action to v3.2.0 by @renovate in #136
- fix: do not use
\vin character classes by @theseion in #137 - chore(deps): update github/codeql-action action to v3.24.8 by @renovate in #138
- fix(deps): update module github.com/creativeprojects/go-selfupdate to v1.1.4 by @renovate in #139
- fix: properly replace version ending in "-dev" by @fzipi in #142
- chore(deps): update github/codeql-action action to v3.24.9 by @renovate in #143
- chore: run renovate once a week by @theseion in #144
Full Changelog: v2.1.0...v2.2.0