CodeClarity v0.0.24-alpha introduces ticket management and project management integrations, bringing vulnerability remediation tracking directly into the platform. This release focuses on closing the loop between discovering vulnerabilities and actually fixing them, a key workflow gap for security teams.
Ticket System
CodeClarity now includes a built-in ticket system for tracking vulnerability remediation. When a vulnerability is discovered, you can create a ticket that captures the risk level, CVSS breakdown, and affected components. Tickets support status workflows (Open, In Progress, and Won't Fix) so teams can track patching progress across their projects.
This means you no longer need to manually copy vulnerability details into external tools. The ticket provides all the context a developer needs to understand and address the issue.
ClickUp Integration
Security tickets can now be synced directly to ClickUp, connecting vulnerability management with your existing project workflows. The integration supports both OAuth and API Key authentication methods.
This is the first of several planned project management integrations. Jira, Linear, and other platforms are on the roadmap. Community feedback will help prioritize which ones come next.
CLI Improvements
The command-line tool has been enhanced with new commands for better automation and scripting. These improvements make it easier to integrate CodeClarity into CI/CD pipelines and automate security workflows across your development lifecycle.
Migration Guide
In the deployment folder, run git pull to get the latest docker compose files. Then run make pull to fetch the latest docker images. Finally, run make up to start the containers. Migration files will be automatically applied by the API container. Check the logs to verify they ran correctly.
What's Next
Upcoming in v0.0.25: We're working on a VSCode extension that will detect vulnerabilities right in your IDE as you code, bringing shift-left security directly to the developer workflow.
Community & Support
Quick Setup: curl -O https://raw.githubusercontent.com/CodeClarityCE/codeclarity-dev/main/setup.sh && sh setup.sh
Documentation: doc.codeclarity.io
GitHub: github.com/CodeClarityCE/codeclarity-dev
We welcome contributions! Check our CONTRIBUTING.md for guidelines.
License: AGPL-3.0-or-later. Open source with commercial use allowed under AGPL terms.
CodeClarity v0.0.24-alpha bridges the gap between vulnerability detection and remediation. By integrating ticket management and project management tools, security findings become actionable tasks rather than reports that sit unread.
Install CodeClarity with just one simple command – and begin securing your software today.
curl -O https://raw.githubusercontent.com/CodeClarityCE/deployment/main/setup.sh && bash setup.sh