v0.4.2
What's Changed
New Features and Enhancements
- Red team Bookmark feature
- Added a new Bookmark feature to enhance the Red Team's ability to mark and rerun saved prompts.
- CLI Filtering function
- Added a new filtering function to the CLI, allowing users to filter and display specific information more efficiently.
- Standardize use of id and name
- Unified the use of id and name across the tool for consistency and clarity.
- Detect hardcoded secrets
- Implemented a feature to detect and alert on hardcoded secrets within the codebase, enhancing security.
- Add PR Template
- Introduced a Pull Request template to streamline the PR process and ensure all necessary information is provided.
- Add Software Composition Analysis Scan
- Integrated Software Composition Analysis (SCA) scans to identify vulnerabilities in third-party dependencies.
- Add Smoke Test Workflow
- Established a new Smoke Test Workflow to automatically verify the core functionalities of the tool after every deployment.
- Updated context strategy and number of prompts in CLI
- Improved the context strategy and adjusted the number of prompts in the Command Line Interface (CLI) for better user experience and efficiency.
- Modify print statements to logging
- Replaced all print statements with logging to improve the monitoring and debugging processes.
Bug Fixes
- Fixed a bug which disallows a runner name to contain hyphen
- Resolved an issue where runner names containing hyphens were not allowed, improving naming flexibility.
- Update Storage Return Path
- Fixed the storage return path to ensure accurate and reliable data retrieval.
Full Changelog: 0.4.1...0.4.2