From e0b8ec9b0ee815e3d430a959ee468fa0d7fa0cb3 Mon Sep 17 00:00:00 2001 From: Leon Derczynski Date: Tue, 20 Feb 2024 15:23:06 +0100 Subject: [PATCH] v0.9.0.12 --- docs/source/cliref.rst | 7 ++++--- garak/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/source/cliref.rst b/docs/source/cliref.rst index 6244400e..910698f1 100644 --- a/docs/source/cliref.rst +++ b/docs/source/cliref.rst @@ -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] @@ -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] @@ -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' diff --git a/garak/__init__.py b/garak/__init__.py index 3121ed38..0629e47a 100644 --- a/garak/__init__.py +++ b/garak/__init__.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index ef31db8d..74198f1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" },