Skip to content

v0.4.2

Compare
Choose a tag to compare
@imda-benedictlee imda-benedictlee released this 24 Jul 02:01
· 456 commits to main since this release
3b36ead

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