You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/releases/pro/changelog.md
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,32 @@ For Open Source release notes, please see the [Releases page on GitHub](https://
12
12
13
13
## Apr 2026: v2.57
14
14
15
+
### Apr 20, 2026: v2.57.2
16
+
17
+
***(Pro UI)** Search and filter state is now preserved when closing a Finding from a Finding list, so you don't lose your place after editing.
18
+
***(Risk Acceptance)** Bulk Edit no longer leaves Simple Risk Acceptance findings in an inconsistent "Active + Risk Accepted" state. Reactivating a previously risk-accepted Finding now behaves correctly.
19
+
***(Risk SLA)** Creating a Risk SLA no longer silently coerces unchecked `enforce_*_risk` options to `True`.
20
+
***(Surveys)** Fixed survey access for both authenticated users and anonymous links.
21
+
***(Universal Parser)** Non-ASCII scan names no longer cause a `UnicodeEncodeError` on import. CSV files with `""`-escaped quotes in multiline fields now parse correctly.
22
+
***(API)** Import/Reimport now validates consistency between ID-based and name-based identifiers, catching mismatched payloads earlier.
23
+
***(Permissions)** Moving an Engagement between Products now requires appropriate permission on both the source and target Product.
24
+
***(Reports)** Fixed a CSS overflow issue in rendered reports. Cleaned up endpoint template rendering for user fields.
25
+
***(Tools)**`govulncheck` parser now records `fix_available` and `fix_version`. Risk Recon parser now validates URLs via a shared SSRF utility. Added Mozilla Foundation security advisories as a supported Vulnerability ID source.
26
+
27
+
### Apr 13, 2026: v2.57.1
28
+
29
+
***(Pro UI)** Object-level history views no longer default to a 31-day date filter, so the full history is visible on load.
30
+
***(Pro UI)** Audit Log "changes" filter now searches only the names of changed fields, reducing false matches.
31
+
***(Pro UI)** Predefined Finding filters now sync UI state correctly, so the active filter indicator reflects the applied filter.
32
+
***(Deduplication)** Added a UI for global component deduplication settings, behind a feature flag.
33
+
***(Rules Engine)** Fixed a preview timeout that occurred when rules were previewed against large Finding sets.
34
+
***(Universal Parser)** CSV/XML query path now displays correctly in the Universal Parser UI.
35
+
***(Import)** Additional parameters are now stored in import settings, making them available for reuse on reimport.
36
+
***(Tools)** Wazuh 4.8 parser now correctly attaches endpoints and locations to findings.
37
+
***(Tools)** Invicti parser now uses `FirstSeenDate` when populating Finding dates when `DD_USE_FIRST_SEEN` is enabled.
38
+
***(Tools)**`govulncheck` parser fixed for NDJSON output.
39
+
***(Tools)** Added CNNVD as a supported Vulnerability ID source.
40
+
15
41
### Apr 7, 2026: v2.57.0
16
42
17
43
***(Custom Enrichment)** On-prem administrators can now configure custom URLs for EPSS and KEV enrichment data sources under **Settings → Finding Enrichment Settings**. Each source (EPSS scores and CISA Known Exploited Vulnerabilities) can be independently enabled and pointed to an internal mirror or proxy. A **Test Configuration** button validates connectivity before saving. Findings with CVE IDs are automatically enriched with EPSS score/percentile and KEV status during enrichment runs.
0 commit comments