From b36616604b6682e99ff25663b7b55c8c22e93136 Mon Sep 17 00:00:00 2001 From: Postmodern Date: Sat, 6 Jan 2024 08:10:19 -0800 Subject: [PATCH] Removed double quotes from around the `description:` text (#731). --- gems/audited/CVE-2024-22047.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gems/audited/CVE-2024-22047.yml b/gems/audited/CVE-2024-22047.yml index 7b9bb59f96..b7ea62bf6a 100644 --- a/gems/audited/CVE-2024-22047.yml +++ b/gems/audited/CVE-2024-22047.yml @@ -6,7 +6,7 @@ url: https://github.com/collectiveidea/audited/security/advisories/GHSA-hjp3-5g2 title: Race Condition leading to logging errors date: 2023-05-01 description: | - "In certain setups with threaded web servers, Audited's use of + In certain setups with threaded web servers, Audited's use of `Thread.current` can incorrectly attributed audits to the wrong user. Fixed in 5.3.3. @@ -22,7 +22,7 @@ description: | https://github.com/collectiveidea/audited/pull/669 - And the feature was published in version 5.3.3: - RELEASE: https://github.com/collectiveidea/audited/pull/671" + RELEASE: https://github.com/collectiveidea/audited/pull/671 cvss_v3: 3.1 unaffected_versions: - "< 4.0.0"