Skip to content

stackone-defender: v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 14:58
e289bb6

0.1.1 (2026-04-08)

Features

  • add missing functions for full TS API parity (aec0c5b)
  • add PyPI publishing setup with Release Please CI (2e28373)
  • add tier2_fields filter and export ToolSanitizationRule (cb7fd93)
  • ENG-12402: add PyPI publishing setup with Release Please CI (f979748)
  • port stackone-defender from TypeScript to Python (e3ff70d)
  • sanitizer: remove dead use_tier2_classification from ToolResultSanitizer (4646179)
  • sync Python package with TypeScript parity (e1836dd)

Bug Fixes

  • classifier: surface classification errors in classify_by_sentence skip_reason (bd94639)
  • defender: fix _extract_strings filtering, None checks, and cache ONNX load failure (bf4ce99)
  • defender: sync hasThreats blocking logic and tool rules precedence from JS package (a217c3e)
  • enable tier2 by default to match TypeScript package (f1fe990)
  • sync Python with TypeScript parity (cec0813)
  • use uv instead of pip in README installation instructions (519759f)

Documentation

  • add README adapted from TypeScript package (a03c757)