From 557fdbba1d629bc8aea85d9a26d5955e28cd66b9 Mon Sep 17 00:00:00 2001 From: Abilash Raghuram Date: Mon, 22 Jul 2024 21:13:50 -0700 Subject: [PATCH] adding mutahunter to testing section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa6fee3..b10a9df 100644 --- a/README.md +++ b/README.md @@ -201,4 +201,5 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to - [DiffBlue](https://www.diffblue.com/) — Automatically generated unit tests for Java. - [CodiumAI](https://www.codium.ai/) — Non-trivial test generation with support for major programming languages. Extensions for VS Code and JetBrains. - [DeepUnit](https://www.deepunit.ai/) — Thoughtful test cases and generation of complete unit test files. Available as an interactive VS Code extension, npm package, CLI or CI/CD pipeline. +- [MutahunterAI](https://github.com/codeintegrity-ai/mutahunter) — Accelerate developer productivity and code security by finding vulnerabilities in code and generating tests for them. Open Source and available as a CLI or CI/CD pipeline. - [KushoAI](https://kusho.ai/) — AI agent for API testing which transforms your Postman collections, OpenAPI specs, curl commands, etc. into exhaustive test suites that plug into your CI/CD pipeline.