Releases: domwhewell-sage/LLMFuzzer
Releases · domwhewell-sage/LLMFuzzer
LLMFuzzer v1.0.1
Summary
This release is a point release on the work by @mns.
Many more attacks have been added and the code has been refactored to create html and csv reports as well as more config options
CHANGELOG
[1.0.1] - 14 March 2024
Added
- Added more attacks to the attacks/ folder
- Added new config options to allow Proxies, Collaborator-URL, Query-Mode,
- Added the ability to generate HTML and CSV reports
- Added the ability to define variables in the attack configs this gives you the ability to generate hundreds of queries from a single test
- Added Name's to attack tests
- Added a Potential option to the Weight attribute
- Added a Regex Comparer to allow the user to supply a list of regex's to match the llm's response against
Fixed
N/A
Changed
- Changed Query-Attribute and Output-Attribute to accept a JSON pointer to the questions and answers in the request and responses
- Changed attackFiles to a fileglob that points to all the configuration files
- Changed all configuration extensions to .yaml