We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bdd00f commit ed87341Copy full SHA for ed87341
docs/source/cliref.rst
@@ -3,7 +3,7 @@ CLI reference for garak
3
4
::
5
6
- garak LLM security probe v0.9.0.11.post2 ( https://github.com/leondz/garak ) at 2024-02-20T15:22:27.625300
+ garak LLM vulnerability scanner v0.9.0.13 ( https://github.com/leondz/garak ) at 2024-05-10T15:18:18.123569
7
usage: python -m garak [-h] [--verbose] [--report_prefix REPORT_PREFIX]
8
[--narrow_output]
9
[--parallel_requests PARALLEL_REQUESTS]
garak/__init__.py
@@ -1,5 +1,5 @@
1
"""Top-level package for garak"""
2
-__version__ = "0.9.0.12.post1"
+__version__ = "0.9.0.13"
__app__ = "garak"
-__description__ = "LLM security probe"
+__description__ = "LLM vulnerability scanner"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "garak"
-version = "0.9.0.12.post1"
+version = "0.9.0.13"
authors = [
{ name = "Leon Derczynski", email="[email protected]" },
10
{ name = "Subho Majumdar", email="[email protected]" },
@@ -15,7 +15,14 @@ authors = [
15
{ name = "Phyllis Poh" },
16
{ name = "Razvan Dinu" },
17
{ name = "Zander Mackie" },
18
- { name = "Greg Stephens"},
+ { name = "Greg Stephens" },
19
+ { name = "Jeffrey Martin", email="[email protected]" },
20
+ { name = "Ahsan Ayub" },
21
+ { name = "Jonathan Liberman" },
22
+ { name = "Gustav Fredrikson" },
23
+ { name = "Oh Tien Cheng" },
24
+ { name = "Brain John" },
25
+ { name = "Naman Mishra" },
26
]
27
license = { file = "LICENSE" }
28
description = "LLM vulnerability scanner"
0 commit comments