v2409 Cloud Upgrades, Repo Monitoring, Path Exclusion, and New JS/TS Rulesets
Our biggest 6-month update is here! We focused on boosting analysis capabilities across repositories and enhancing the output quality of our scan engines!

🌟 Latest Update: v2409
Cloud Plan Upgrades: Community, Pro, and Business
We now offer new cloud plans that fit different needs:
Community Plan: Basic security features for individuals and small teams.
Pro Plan: Advanced tools and support for growing teams.
Business Plan: Full security management, detailed reporting, and priority support for larger organizations.
Choose the plan that suits your needs and upgrade as your requirements grow.

We’ve introduced a new Usage Overview section in CodeThreat, giving users a clear view of their current plan limits and usage metrics:
Agent Limit: Tracks the number of agents utilized against the allowed quota.
Member Limit: Shows the total team members allowed and the current count.
Scan Limit: Displays the weekly scan usage to help manage scanning frequency.
Lines of Code: Monitors the total lines of code scanned under the current plan.
Project Limit: Keeps track of how many projects are being scanned compared to the plan’s maximum.
AI Usage Limit: Shows the monthly AI usage, helping teams optimize AI-driven scans.
This dashboard helps users manage their resources effectively, ensuring they stay within their plan’s limits while maximizing security coverage.

Repo Monitoring and PR Protection
Keep your code safe, checked with new repo monitoring.
Import your repository, and we automatically tracks push and pull request events.

After every push or pull request to your default branch, CodeThreat will start a scan and comment the results

Path Exclusion
You can now exclude specific paths of your code repositories during scans.
Focus on critical parts of your code and reduce unnecessary results.
Get cleaner, more targeted scan results by excluding paths that don’t need checking.

SCA Fix PR!

For opening a fix PR, the target modules files must be one of the following: package.json, pom.xml, requirements.txt, packages.config, and the project type must be one of the following:
GitHub
GitLab
Azure
Bitbucket

Scan Logs: Real-Time Visibility into Scanning Process
We have introduced a new Scan Logs feature that provides real-time insights into the scanning process. This addition allows users to monitor each step of their scans directly within the platform, ensuring transparency and immediate feedback during security checks.
Step-by-Step Log Tracking: Follow the entire scanning process from initialization to completion, with detailed log entries showing each action taken by the scanner.

CI/CD Plugins - Async Mode
Added "Sync Scan" option field into ci/cd plugins. If you don't want to wait for the pipeline to finish scanning, set it to false
with this setup, users can change or improvize the ci/cd security patterns;
Optimized CI/CD Performance: Async mode decouples security scans from the build process, allowing your pipelines to run without delays. This setup helps maintain the flow of development while ensuring continuous security checks.
Non-Blocking Execution: The async mode ensures that the scanning process does not hold up the pipeline, allowing developers to proceed with other tasks while scans run in the background.
Check it out within our ci/cd plugin repositories such as azure devops
New JS/TS Rulesets: 90+ Rules Added

We’ve added 90 new rules for JavaScript and TypeScript. These rules cover popular libraries like Express and AngularJS, enhancing detection and fixing capabilities.
Check it out within Vulnerability Hub!
We plan to provide additional rulesets and support for new frameworks in future releases, and we welcome user feedback on these beta analyzers to guide their development and refinement.
UI/UX Enhancements
CT Team Updates
Check out team.codethreat.com
When we first thought about creating our team journal, team.codethreat.com, it wasn’t just another task—it was a decision rooted in the desire to bring more structure and cohesion to our remote work environment. Working remotely presents its own set of challenges, and having a central place where everyone can stay connected and informed became a priority for us.
Our goal was to develop a space where our team could find everything they need, from onboarding materials to detailed guides on how we operate. More than just a handbook, it became a tool to help us work smarter together, ensuring that our processes are clear and our values are shared.
Why We Created It
Creating team.codethreat.com pushed us to think critically about our workflows, roles, and responsibilities. It forced us to be intentional with our actions and ensure that everyone, from seasoned team members to newcomers, understands how we do things. In doing so, we’ve built a stronger foundation that supports continuous improvement.
Critical Platform Fixes
Fixed problems where members could not be invited in certain cases.
Resolved rescan problems when the current Personal Access Token (PAT) had expired.
Improved fail-safe mechanisms for on-premises AI usage, ensuring more reliable performance.
Last updated
Was this helpful?