diff --git a/docs/releases/release4.2.md b/docs/releases/release4.2.md new file mode 100644 index 00000000..e3bed9b0 --- /dev/null +++ b/docs/releases/release4.2.md @@ -0,0 +1,56 @@ +--- +id: release4.2 +title: Release 4.2 +sidebar_label: Release 4.2 +--- + +Release date: January 12th, 2024 + +# Key Benefits + +- Enhanced risk assessment with the introduction of asset risk scores; +- Improved Security Feed with the addition of Top Asset Risk Scores card; +- Optimized asset synchronization with external scanners, achieving a 5x speed boost; +- Real-time monitoring of asset synchronization progress; +- Introduction of a "Responsible" column in the asset view for clear ownership identification. + +## What's New + +#### *New Feature* +### Asset Risk Scores and Security Feed Upgrade + +
+ +![img](../../static/img/asset-risk-scores-4.2.png) + +
+ +In our continuous efforts to empower users with comprehensive security insights, we are thrilled to introduce Asset Risk Scores. This new feature provides a holistic view of an asset's risk based on factors such as open vulnerabilities, attack surface, business impact, and data classification. Understanding the real risk of each asset is crucial for informed decision-making and prioritizing security efforts. + +To complement this, we have added the Top Asset Risk Scores card to the Security Feed, allowing users to quickly assess and prioritize assets with the highest risk scores. Stay ahead of potential threats by focusing on the assets that matter most to your organization. + +#### *Enhancement* +### Accelerated Asset Synchronization and Real-Time Monitoring + +
+ +![img](../../static/img/asset-synchronization-4.2.gif) + +
+ +Efficiency is at the core of our latest improvements in asset synchronization. We've revamped the synchronization process, boosting its speed by five times compared to the previous version. Now, users can experience faster and more responsive asset updates, ensuring timely awareness of security postures. + +But that's not all - with our real-time monitoring feature, users can track asset synchronization progress as it happens. Gain insights into the status of your assets at any given moment, empowering you to take immediate action when needed. + +#### *Enhancement* +### Clear Ownership with the "Responsible" Column + +
+ +![img](../../static/img/responsible-column-4.2.png) + +
+ +In our commitment to transparency and accountability, we have introduced a "Responsible" column in the asset view. This column clearly indicates whether Conviso or the client is responsible for each asset, streamlining communication and ensuring clarity in asset ownership. + +These enhancements further solidify our position as an Application Security Posture Management (ASPM) software, providing users with the tools they need to proactively manage and secure their application landscape. \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index 4f06ccdd..ae6f6c01 100644 --- a/sidebars.js +++ b/sidebars.js @@ -211,6 +211,7 @@ module.exports = { label: "Releases", items: [ 'releases/intro', + 'releases/release4.2', 'releases/release4.1', 'releases/release4.0', 'releases/release3.9', diff --git a/static/img/asset-risk-scores-4.2.png b/static/img/asset-risk-scores-4.2.png new file mode 100644 index 00000000..64f7a5a7 Binary files /dev/null and b/static/img/asset-risk-scores-4.2.png differ diff --git a/static/img/asset-synchronization-4.2.gif b/static/img/asset-synchronization-4.2.gif new file mode 100644 index 00000000..428d5bae Binary files /dev/null and b/static/img/asset-synchronization-4.2.gif differ diff --git a/static/img/responsible-column-4.2.png b/static/img/responsible-column-4.2.png new file mode 100644 index 00000000..7af4caf3 Binary files /dev/null and b/static/img/responsible-column-4.2.png differ