Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Releases: IQTLabs/daisybell

v0.4.4

08 Jul 17:01

Choose a tag to compare

  • added NER scanner
  • converted to poetry for dependency management
  • converted to a plugin based model for tests
  • improved logging
  • dependency updates

v0.4.3

09 Feb 14:41
7ecb794

Choose a tag to compare

  • Added NERUtils
  • Removed reliance on python 3.7
  • added build support for python 3.10 and 3.11
  • added tensorboard as a dependency
  • parameterized some previously hard-coded paths

v0.4.2

28 Jun 22:10

Choose a tag to compare

  • Stub for NER task
  • New dataset (public domain books)
  • Refactoring
  • Bug fixes

v0.4.1

21 Jun 21:05

Choose a tag to compare

  • Infers tasks to scan whenever possible
  • Simpler command line
  • Bug fixes

v0.4.0

02 Jun 00:07

Choose a tag to compare

  • Vastly improved zero-shot scanner
  • Various bug fixes

v0.3.2

24 May 18:16

Choose a tag to compare

  • Add new parameter that lets you pick where the dataset should be.
  • More fixes related to the name change.

v0.3.1

24 May 03:10

Choose a tag to compare

Update README. Fix bug with package build.

v0.3.0

23 May 19:30

Choose a tag to compare

  • Now can save outputs as CSV and JSON using the new --output flag.
  • Fixed the command line tool so that it's called daisybell.

v0.2.1

23 May 18:16

Choose a tag to compare

aiscan is now daisybell

v0.1.0

23 May 16:50

Choose a tag to compare

  • New feature to pass parameters to scanners, allowing for the testing of exploits and mitigations.
  • Downloads dataset if it doesn't exist.
  • Much nicer command-line output.