Skip to content

v0.7.3

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:45
f96078a

Bug Fixes

  • Authenticated clone host validation — Parse clone URLs and require exact GitHub, GitLab, and Bitbucket hosts before adding tokens, preventing host-prefix confusion attacks (#66)

Improvements

  • Error handling — Replace ad hoc boxed errors with a typed error model across the CLI, including cache directory resolution that now returns errors instead of exiting directly (#56)
  • Fetch documentation — Document opensrc fetch in the CLI README and docs commands page (#56)
  • Docs search and CI — Include the authentication page in docs search and add docs type-checking to CI (#56)

Contributors