From 34d9c5dfa56f17059ef2768d636777c8063575e4 Mon Sep 17 00:00:00 2001 From: Temitope Ilesanmi Date: Thu, 14 Nov 2024 16:20:37 +0000 Subject: [PATCH 1/2] Adds security analytics and security events changelog --- src/content/changelogs/waf-general.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/changelogs/waf-general.yaml b/src/content/changelogs/waf-general.yaml index d4bc9afba385e9a..8b2a815307523cd 100644 --- a/src/content/changelogs/waf-general.yaml +++ b/src/content/changelogs/waf-general.yaml @@ -7,6 +7,18 @@ topLevelLink: "/waf/change-log/" productArea: Application security productAreaLink: /fundamentals/reference/changelog/security/ entries: + - publish_date: "2024-11-14" + title: Security Events Pagination + description: |- + Fixed an issue with pagination in Security events Activity Log where some pages were missing data. Also removed the total count from the Activity Log as these are only sampled logs. + - publish_date: "2024-11-11" + title: Highlight malicious portion of logged Payloads + description: |- + The matched payloads in Security Events will now highlight the portion of the payload that was flagged as malicious. + - publish_date: "2024-11-04" + title: New table in Security Analytics and Security Events + description: |- + Switched to a new, more responsive table in Security Analytics and Security Events. - publish_date: "2024-08-29" title: Fixed occasional attack score mismatches description: |- From afd00d10f4233503a3ed2fa20d398e1585fa7b87 Mon Sep 17 00:00:00 2001 From: angelampcosta <92738954+angelampcosta@users.noreply.github.com> Date: Thu, 14 Nov 2024 16:59:27 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com> --- src/content/changelogs/waf-general.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/changelogs/waf-general.yaml b/src/content/changelogs/waf-general.yaml index 8b2a815307523cd..eb5071c2e530e6e 100644 --- a/src/content/changelogs/waf-general.yaml +++ b/src/content/changelogs/waf-general.yaml @@ -8,11 +8,11 @@ productArea: Application security productAreaLink: /fundamentals/reference/changelog/security/ entries: - publish_date: "2024-11-14" - title: Security Events Pagination + title: Security Events pagination description: |- - Fixed an issue with pagination in Security events Activity Log where some pages were missing data. Also removed the total count from the Activity Log as these are only sampled logs. + Fixed an issue with pagination in Security Events' activity log where some pages were missing data. Also removed the total count from the activity log as these are only sampled logs. - publish_date: "2024-11-11" - title: Highlight malicious portion of logged Payloads + title: Matched payloads improvements description: |- The matched payloads in Security Events will now highlight the portion of the payload that was flagged as malicious. - publish_date: "2024-11-04"