Skip to content

Releases: deadbits/vigil-llm

v0.10.3-alpha

31 Dec 17:18
a1c9bc1
Compare
Choose a tag to compare

What's Changed

  • Change transformer scanner default model to laiyer/deberta-v3-base-prompt-injection by @deadbits in #74
  • Bump transformers version from 4.30.0 to 4.36.0 in setup.py and requirements.txt 1e37c08

Full Changelog: v0.10.2-alpha...v0.10.3-alpha

v0.10.2-alpha

06 Dec 04:30
945bf57
Compare
Choose a tag to compare

What's Changed

  • Update detections.md to reference the correct yara rules directory by @w8mej in #67
  • Pin torch versions in Dockerfile by @deadbits in #71
  • Update Dockerfile to greatly minimize final image size by @w8mej in #68
  • remove urllib3 library as requirement by @deadbits in #72 (to address urllib3 vuln report from @w8mej)

New Contributors

  • @w8mej made their first contribution in #67

Full Changelog: v0.10.1-alpha...v0.10.2-alpha

v0.10.1-alpha

29 Nov 03:46
d53774c
Compare
Choose a tag to compare

What's Changed

  • address missing setup_vectordb function by @deadbits in #64
  • Fix template config files

Full Changelog: v0.10.0-alpha...v0.10.1-alpha

v0.10.0-alpha

22 Nov 18:12
3bcfc07
Compare
Choose a tag to compare

What's Changed

  • Scanner factory by @deadbits in #63
  • Add basic Python library test script
  • Use keyword arguments to initialize scanners instead of passing dictionary
  • Update Docker entry point to use new dataloader script

Big update towards scanners being more easily extensible. Scanners are now dynamically configured and loader using the changes in #63.

Full Changelog: v0.9.7-alpha...v0.10.0-alpha

v0.9.7-alpha

18 Nov 19:35
Compare
Choose a tag to compare

What's Changed

  • fix #58 - missing sentence transformers config loading by @deadbits in #59
  • Data loader using existing setup functions by @deadbits in #60
  • Add basic python library test script in scripts/tests.py

Full Changelog: v0.9.6-alpha...v0.9.7-alpha

v0.9.6-alpha

18 Nov 05:25
Compare
Choose a tag to compare

What's Changed


Full Changelog: v0.8.6-alpha...v0.9.6-alpha

v0.8.6-alpha

12 Nov 00:21
Compare
Choose a tag to compare

What's Changed

@deadbits -

  • Add elapsed time to API /analyze endpoints in #43
  • Don't count sentiment results towards vector database auto-adding
  • YARA signatures for ReAct style prompt injection:
  • Various YARA rule name, category, and tag changes to normalize
  • Bump requirements to address vulnerabilities:

Full Changelog: v0.8.5-alpha...v0.8.6-alpha

v0.8.5-alpha

24 Sep 17:58
2db64cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.4-alpha...v0.8.5-alpha

v0.7.4-alpha

19 Sep 22:01
a35092b
Compare
Choose a tag to compare
Update vigil-cli.py

v0.7.3-alpha

19 Sep 04:01
fbdf994
Compare
Choose a tag to compare

Fix pip conflict between openai and litellm. litellm isn't used yet so i just removed it for now.