diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-07-07 16:23:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-07 21:23:40 +0000 |
commit | b337d2989ce0614651d363383f6f743d977248ef (patch) | |
tree | fea4d3c96c3fc980038a46458b44ac801b19f651 /devscripts | |
parent | f0f867f008a1728f5f6ac1224b9e014b5d27f817 (diff) |
[cleanup] Misc (#10383)
Authored by: bashonly
Diffstat (limited to 'devscripts')
-rw-r--r-- | devscripts/changelog_override.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devscripts/changelog_override.json b/devscripts/changelog_override.json index ab42f5549..5189de2d7 100644 --- a/devscripts/changelog_override.json +++ b/devscripts/changelog_override.json @@ -180,5 +180,10 @@ "action": "add", "when": "6aaf96a3d6e7d0d426e97e11a2fcf52fda00e733", "short": "[priority] Security: [[CVE-2024-38519](https://nvd.nist.gov/vuln/detail/CVE-2024-38519)] [Properly sanitize file-extension to prevent file system modification and RCE](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-79w7-vh3h-8g4j)\n - Unsafe extensions are now blocked from being downloaded" + }, + { + "action": "add", + "when": "6075a029dba70a89675ae1250e7cdfd91f0eba41", + "short": "[priority] Security: [[ie/douyutv] Do not use dangerous javascript source/URL](https://github.com/yt-dlp/yt-dlp/security/advisories/GHSA-3v33-3wmw-3785)\n - A dependency on potentially malicious third-party JavaScript code has been removed from the Douyu extractors" } ] |