Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 2.11 KB

File metadata and controls

27 lines (15 loc) · 2.11 KB

Changelog

0.3.2 (2026-02-23)

Performance Improvements

  • optimize sqli detection with safe, zero-alloc patterns (#97) (9f17d96)
  • optimize xss detection with zero-alloc patterns (#98) (28df6ea)

0.3.1 (2026-02-23)

Bug Fixes

  • align test file parser with C testdriver behavior (#95) (9196e75)
  • correct off-by-one in XML comment detection in XSS checker (#93) (1978215)
  • correct SVG tag detection typo and use prefix matching in isBlackTag (#92) (75a7f79)
  • implement XSS test driver for test-xss-* files (#94) (f05bbb8)
  • use HasPrefix instead of Contains in htmlEncodeStartsWith (#91) (51891ca), closes #46

0.2.4 (2026-02-14)

Bug Fixes

  • scientific notation MySQL bypass (69e28f8)