Skip to content

Releases: BishopFox/sj

2.5.0

28 Feb 03:12

Choose a tag to compare

Changelog

Bug fixes

  • 703039d fix: JSON curl quoting bug and relative server URL handling
  • 275f426 fix: extract path from absolute server URLs when -T flag is used
  • 878f7dc fix: normalize server base paths for v3 parsing
  • 6d027a6 fix: preserve basePath with -T flag and allow endpoints with relative URLs
  • 942ad84 fix: reconcile merged ref-hardening changes with current logging helpers
  • e2a9437 fix: resolve 4 critical reference resolution bugs
  • c9fa4f1 fix: resolve all 5 auditor-reported bugs

Others

  • 5115b3c Apply suggestions from code review
  • e805a7d Incremented version string
  • 18b20ad Merge pull request #52 from aringo-bf/feature/ref-resolution-hardening
  • 90f0870 feat: comprehensive spec reference resolution improvements

2.4.1

26 Feb 16:35

Choose a tag to compare

Changelog

Bug fixes

  • 122d9d0 Fixed sorting to ensure output is consistent across runs
  • ac50c4d Fixed typo in usage example

2.4.0

26 Feb 16:13

Choose a tag to compare

Changelog

Others

  • 6eea0f8 Improved output and removed logrus dependency

2.3.2

26 Feb 15:36

Choose a tag to compare

Changelog

Bug fixes

  • 7bb228d Fixed infinite loop when encountering circular redirects
  • 3258ca3 Fixed missing length check issue
  • 58d4e91 Fixed variable shadowing issue

Others

  • 1f5a946 Converted status code logic to switch for readability
  • bdea582 Incremented version string

2.3.1

26 Feb 14:12
143fdfd

Choose a tag to compare

Changelog

Bug fixes

  • a33eef4 Fix HTTPBasic segfault and --quiet flag issues
  • 143fdfd Merge pull request #50 from aringo-bf/fix/httpbasic-segfault-and-quiet-flag

2.3.0

03 Feb 22:11

Choose a tag to compare

Changelog

Features

  • 4c46611 Added custom date, email, and URL flags

2.2.1

03 Feb 18:10

Choose a tag to compare

Changelog

Others

  • bd3265d Improved handling of schema references
  • 1195ff7 Incremented version string

2.2.0

28 Jan 19:32

Choose a tag to compare

Changelog

Features

  • 10fe037 Added the ability to customize the value used for testing identified string parameters

Others

2.1.0

15 Jan 23:38

Choose a tag to compare

Changelog

Features

  • baf4ef6 Added prioritized list of endpoints for the brute command and fixed base path handling for v2

2.0.4

15 Jan 15:56

Choose a tag to compare

Changelog

Bug fixes

  • 8e2e5fb Fixed improper handling of base path
  • 5554e2b fix: prevent header-processing logic from dropping custom headers

Others

  • a77f9f4 Merge pull request #49 from altperfect/main