Skip to content

Releases: hyp3rd/sectools

v1.2.2

29 Jan 13:07
c4a2cd4

Choose a tag to compare

What's Changed

  • chore(lint) revive suppressions on tests dates by @hyp3rd in #63
  • chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.3.0 to 5.3.1 by @hyp3rd in #64

Full Changelog: v1.2.1...v1.2.2

v1.2.1

24 Jan 18:27
ea91d85

Choose a tag to compare

What's Changed

  • feat(converters): add safe int8/uint8 conversions with overflow/sign checks by @hyp3rd in #62

Full Changelog: v1.1.9...v1.2.1

v1.2.0

23 Jan 11:56
39f99a1

Choose a tag to compare

What's Changed

  • feat(limits): add size-bounded JSON/YAML/XML decoding helpers by @hyp3rd in #61

Full Changelog: v1.1.8...v1.2.0

v1.1.9

21 Jan 17:03
39f99a1

Choose a tag to compare

What's Changed

  • feat(limits): add size-bounded JSON/YAML/XML decoding helpers by @hyp3rd in #61

Full Changelog: v1.1.8...v1.1.9

v1.1.8

17 Jan 20:03
7baf7a9

Choose a tag to compare

What's Changed

  • feat(mfa): add TOTP/HOTP helpers, otpauth provisioning, and tests by @hyp3rd in #54
  • feat(mfa): add backup codes, rate limiting, TOTP step, HOTP resync by @hyp3rd in #55
  • test(mfa/backup): add invalid-option validation tests for backup codes by @hyp3rd in #56
  • test: enable parallel execution across test suite by @hyp3rd in #57
  • Chore/tests linting by @hyp3rd in #58
  • fix: Apply linting fixes by @hyp3rd in #59
  • Chore/tests linting by @hyp3rd in #60

Full Changelog: v1.1.7...v1.1.8

v1.1.7

16 Jan 20:06
ec6b819

Choose a tag to compare

What's Changed

Full Changelog: v1.1.6...v1.1.7

v1.1.6

13 Jan 19:14
503fb63

Choose a tag to compare

What's Changed

  • feat(tokens): add secure token generator/validator with entropy + length caps by @hyp3rd in #40
  • feat(secrets): add secrets detection and redaction package by @hyp3rd in #42
  • Expand test coverage for secrets detection and redaction package by @Copilot in #43
  • [WIP] Address feedback on redactor config validation by @Copilot in #46
  • fix(secrets): validate redactor config based on added key count by @hyp3rd in #45
  • ci(go): add GitHub Actions build workflow; drop local pre-commit hooks by @hyp3rd in #47
  • ci(gh-actions): fix gci import prefix; drop redundant tidy check by @hyp3rd in #48
  • Feat/tlsconfig by @hyp3rd in #49

Full Changelog: v1.1.5...v1.1.6

v1.1.5

11 Jan 19:33
614e63d

Choose a tag to compare

What's Changed

  • Add comprehensive edge case tests for NoSQL operator detection by @Copilot in #38
  • Add test coverage for NoSQL detector max length validation by @Copilot in #37
  • Feat/sanitize by @hyp3rd in #39

New Contributors

  • @Copilot made their first contribution in #38

Full Changelog: v1.1.4...v1.1.5

v1.1.4

11 Jan 14:10
86b2493

Choose a tag to compare

What's Changed

  • feat(validate): email+URL validators with DNS/IDN, redirect and reputation checks by @hyp3rd in #31
  • Feat/sanitize by @hyp3rd in #34
  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #32
  • build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #33
  • feat(sanitize): add configurable NoSQL injection detector by @hyp3rd in #35

Full Changelog: v1.1.3...v1.1.4

v1.1.3

09 Jan 14:52
1f7366a

Choose a tag to compare

What's Changed

  • docs(readme): add Quick Start; tooling and Docker setup; contribution udates by @hyp3rd in #29
  • feat(auth,password): add JWT/PASETO helpers and password hashing by @hyp3rd in #30

Full Changelog: v1.1.2...v1.1.3