unsloth/studio
Daniel Han 7bca7bf0db Validate announcement URL scheme and fix llama-only mode guard
- Only allow https:// and http:// URLs for announcement_url to prevent
  javascript: or data: scheme injection from a compromised manifest.

- Guard the install timestamp write with both _LLAMA_ONLY and
  _SKIP_PYTHON_DEPS checks to prevent uninitialized variable errors
  when running in UNSLOTH_STUDIO_LLAMA_ONLY=1 mode (set -u).
2026-04-03 14:29:51 +00:00
..
backend Validate announcement URL scheme and fix llama-only mode guard 2026-04-03 14:29:51 +00:00
frontend Add UNSLOTH_UPDATE_DETAILS.json manifest system for Studio updates 2026-04-03 13:25:54 +00:00
__init__.py Final cleanup 2026-03-12 18:28:04 +00:00
install_llama_prebuilt.py Fix/llama.cppbuilding (#4804) 2026-04-03 00:34:20 -07:00
install_python_stack.py [pre-commit.ci] auto fixes from pre-commit.com hooks 2026-04-03 13:52:45 +00:00
LICENSE.AGPL-3.0 Add AGPL-3.0 license to studio folder 2026-03-09 19:36:25 +00:00
setup.bat Final cleanup 2026-03-12 18:28:04 +00:00
setup.ps1 Fix/llama.cppbuilding (#4804) 2026-04-03 00:34:20 -07:00
setup.sh Validate announcement URL scheme and fix llama-only mode guard 2026-04-03 14:29:51 +00:00
Unsloth_Studio_Colab.ipynb Allow install_python_stack to run on Colab (#4633) 2026-03-27 00:29:27 +04:00