·
5 commits
to main
since this release
Contrast AI SmartFix Release
SmartFix is an AI-powered agent that automatically generates code fixes for vulnerabilities identified by Contrast Assess. It integrates into your developer workflow via GitHub Actions, creating Pull Requests (PRs) with proposed remediations.
Please see our README here: https://github.com/Contrast-Security-OSS/contrast-ai-smartfix-action.
v1.0.9 Highlights:
Full support for using GitHub Copilot or Claude Code as the remediation coding agent instead of the internal SmartFix Coding Agent (which requires BYO-LLM keys).
See the new /docs folder for coding agent specific configuration instructions.
We also started a refactoring effort to support the future development of the SmartFix codebase.
What's Changed
- Bump version to v1.0.9 by @JacobMagesHaskinsContrast in #52
- AIML-116 refactor library directory structure by @JacobMagesHaskinsContrast in #53
- AIML-122: add claude code external agent config by @dougj-contrast in #54
- AIML-124: external_agent.generate_fixes() to support claude code on existing issue by @dougj-contrast in #55
- AIML-126: update closed and merged handlers to support claude branch naming convention by @dougj-contrast in #57
- AIML-145 revise documentation for multiple coding agents by @JacobMagesHaskinsContrast in #60
- AIML-125: external agent generate fixes add claude PR support by @dougj-contrast in #58
- Aiml 150 fix finding pr for copilot by @JacobMagesHaskinsContrast in #61
- AIML-149: Claude documentation updates and fixes by @dougj-contrast in #62
- Release candidate v1 0 9 by @JacobMagesHaskinsContrast in #63
Full Changelog: v1...v1.0.9