Skip to content

Commit

Permalink
v0.9.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Feb 20, 2024
1 parent 2157560 commit e0b8ec9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions docs/source/cliref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ CLI reference for garak

::

garak LLM security probe v0.9.0.11.post1 ( https://github.com/leondz/garak ) at 2024-01-26T14:56:34.622801
garak LLM security probe v0.9.0.11.post2 ( https://github.com/leondz/garak ) at 2024-02-20T15:22:27.625300
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
[--narrow_output]
[--parallel_requests PARALLEL_REQUESTS]
Expand All @@ -15,7 +15,7 @@ CLI reference for garak
[--probes PROBES]
[--probe_option_file PROBE_OPTION_FILE | --probe_options PROBE_OPTIONS | --probe_tags PROBE_TAGS]
[--detectors DETECTORS] [--extended_detectors]
[--buff BUFF] [--taxonomy TAXONOMY]
[--buffs BUFFS] [--taxonomy TAXONOMY]
[--plugin_info PLUGIN_INFO] [--list_probes]
[--list_detectors] [--list_generators] [--list_buffs]
[--list_config] [--version] [--report REPORT]
Expand Down Expand Up @@ -70,7 +70,8 @@ CLI reference for garak
--extended_detectors If detectors aren't specified on the command line,
should we run all detectors? (default is just the
primary detector, if given, else everything)
--buff BUFF, -b BUFF buff to use
--buffs BUFFS, -b BUFFS
list of buffs to use. Default is none
--taxonomy TAXONOMY specify a MISP top-level taxonomy to be used for
grouping probes in reporting. e.g. 'avid-effect',
'owasp'
Expand Down
2 changes: 1 addition & 1 deletion garak/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Top-level package for garak"""

__version__ = "0.9.0.11.post2"
__version__ = "0.9.0.12"
__app__ = "garak"
__description__ = "LLM security probe"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "garak"
version = "0.9.0.11.post2"
version = "0.9.0.12"
authors = [
{ name = "Leon Derczynski", email="leonderczynski@gmail.com" },
{ name = "Subho Majumdar", email="subho@vijil.ai" },
Expand Down

0 comments on commit e0b8ec9

Please sign in to comment.