-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create release-notes-january-2025.md
creating shell for January 2025 release notes page
- Loading branch information
1 parent
5367314
commit 14312eb
Showing
1 changed file
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
title: "Release Notes: January 2025" | ||
linkTitle: "January 2025" | ||
weight: 39 | ||
description: >- | ||
--- | ||
|
||
{{% pageinfo %}} | ||
Explore What's New from Cobalt This Month | ||
{{% /pageinfo %}} | ||
|
||
|
||
## Partial Scans: Reduced Scope | ||
|
||
Users can now quickly scan only specific parts of their applications and APIs, rather than waiting for a full scan, to focus on high-risk areas or new code changes. | ||
|
||
- In the target settings: we added a new card for users to add + manage specific URLs to scan | ||
- In the Scan Now modal: we added a section where users can additionally manage/override the added URLs | ||
|
||
<strong>Key Benefits:</strong> | ||
|
||
- Accelerates feedback cycles by enabling the scanning of only relevant code changes | ||
- Minimizes scan durations by targeting specific sections of an application or API | ||
- Prioritizes high-risk areas by focusing scans on critical or recently updated sections | ||
- Reduces vulnerability noise, allowing users to concentrate on the most important security issues and potentially improving overall scanning efficiency. | ||
|
||
{{% pageinfo color="blue" %}} | ||
For more information, have a look at our [Partial Scans: Reduced Scope documentation.](https://docs.cobalt.io/platform-deep-dive/scans/reduced-scope/) | ||
{{% /pageinfo %}} | ||
|
||
![Partial Scans](/release-notes/partial-scans.png "Partial Scans") | ||
|
||
--- | ||
|