From 00d3c5b9071f5b249eede1f0c4f73aa36e44d29f Mon Sep 17 00:00:00 2001 From: Ahmed Mezghani <38987709+ahmed-mez@users.noreply.github.com> Date: Wed, 24 Aug 2022 17:59:29 +0200 Subject: [PATCH] Updated Fuzzing trophy case (markdown) --- Fuzzing-trophy-case.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Fuzzing-trophy-case.md b/Fuzzing-trophy-case.md index 98416ce6..dfd84da8 100644 --- a/Fuzzing-trophy-case.md +++ b/Fuzzing-trophy-case.md @@ -27,5 +27,6 @@ _Note: If you think the bug is a security issue, please report it responsibly to * [pelletier/go-toml: index out of range error in expect function](https://github.com/pelletier/go-toml/issues/561) * [swaggest/form: panic on invalid keys in request](https://github.com/swaggest/form/issues/4) * [yuin/goldmark: corner case errors](https://github.com/yuin/goldmark/issues/245) +* [DataDog/datadog-agent: fix edge case in tags normalization](https://github.com/DataDog/datadog-agent/pull/13235)