Skip to content

Releases: corazawaf/libinjection-go

Release v0.2.2

14 Oct 14:25
b60b917
Compare
Choose a tag to compare

0.2.2 (2024-10-14)

What's Changed

  • chore(deps): update dependency ubuntu to v24 by @renovate in #31
  • chore: update renovatebot config by @fzipi in #32

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

10 Jun 21:25
278bf01
Compare
Choose a tag to compare

0.2.1 (2024-06-10)

Bug Fixes

  • attr with multiple nulls (6053f45)

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

07 Jun 13:52
6075f67
Compare
Choose a tag to compare

0.2.0 (2024-06-07)

Features

  • port from upstream adding events (7e04132)

Bug Fixes

  • add positive and negative tests (723a173)

What's Changed

  • chore(deps): update mathieudutour/github-tag-action action to v6.2 by @renovate in #23
  • chore(deps): update actions/checkout action to v4 by @renovate in #24
  • chore(deps): update actions/setup-go action to v5 by @renovate in #26
  • chore(deps): update actions/setup-python action to v5 by @renovate in #27
  • chore(deps): update github/codeql-action action to v3 by @renovate in #28
  • chore(deps): update pre-commit/action action to v3 by @renovate in #29
  • feat: port from upstream adding events by @fzipi in #21

New Contributors

Full Changelog: v0.1.6...v0.2.0

Release v0.1.6

05 Jun 21:05
5ea59ac
Compare
Choose a tag to compare

0.1.6 (2024-06-05)

What's Changed

  • chore: add renovate config by @fzipi in #22

New Contributors

  • @fzipi made their first contribution in #22

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

05 Jun 13:45
c7505f1
Compare
Choose a tag to compare

0.1.5 (2024-06-05)

Reverts

  • Revert "small perf improvements to html5.go" (1acc74d)

What's Changed

  • Adds Benchmark for XSS detection, minor refactor/optimization by @M4tteoP in #13

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

05 Jun 13:14
500c814
Compare
Choose a tag to compare

0.1.4 (2024-06-05)

What's Changed

  • fix: inline tag closing check when reading attribute name to prevent deep recursion by @MirkoDziadzka in #17

New Contributors

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

27 Jan 23:33
243c29f
Compare
Choose a tag to compare

0.1.3 (2024-01-27)

What's Changed

  • Updates go version and lint version in CI by @M4tteoP in #18

New Contributors

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

16 Jan 06:29
b624886
Compare
Choose a tag to compare

0.1.2 (2023-01-16)

What's Changed

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

14 Sep 02:44
6011d4d
Compare
Choose a tag to compare

0.1.1 (2022-09-14)

v0.1.0

13 Sep 15:05
6df74d7
Compare
Choose a tag to compare

This is a marker to start tagging libinjection patches

What's Changed

  • merge actions branch by @Bxlxx in #3
  • Initial phase of optimizations by @anuraaga in #4
  • Use lookup table instead of switch for selecting byte parser. by @anuraaga in #5
  • Fix lint by @anuraaga in #6
  • Use map instead of binary search for word lookup by @anuraaga in #7
  • Use string type for current token and fingerprint by @anuraaga in #10

New Contributors

Full Changelog: https://github.com/corazawaf/libinjection-go/commits/v0.1.0