diff options
author | bashonly <bashonly@bashonly.com> | 2023-11-14 15:58:49 -0600 |
---|---|---|
committer | bashonly <bashonly@bashonly.com> | 2023-11-14 15:58:49 -0600 |
commit | a9d3f4b20a3533d2a40104c85bc2cc6c2564c800 (patch) | |
tree | 058068aa8c6c8f73464918f5d529d40da0407c41 | |
parent | b012271d01b59759e4eefeab0308698cd9e7224c (diff) |
[cleanup] Fix changelog typo
Authored by: bashonly
-rw-r--r-- | devscripts/changelog_override.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index 010820295..ca811cb65 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -113,6 +113,6 @@ { "action": "add", "when": "f04b5bedad7b281bee9814686bba1762bae092eb", - "short": "[priority] Security: [[CVE-2023-46121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46121)] Patch [Generic Extractor MITM Vulnerability via Arbitrary Proxy Injection](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3ch3-jhc6-5r8x)\n\t- Disallow smuggling of arbitary `http_headers`; extractors now only use specific headers" + "short": "[priority] Security: [[CVE-2023-46121](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-46121)] Patch [Generic Extractor MITM Vulnerability via Arbitrary Proxy Injection](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3ch3-jhc6-5r8x)\n\t- Disallow smuggling of arbitrary `http_headers`; extractors now only use specific headers" } ] |