Merge tag '3.0.3' into develop

Fixed a vulnerability that could be used to trigger either an open redirect or a SSRF attack
This commit is contained in:
Pierre Rudloff 2022-03-08 09:36:00 +01:00
commit 10b7658240
4 changed files with 18 additions and 18 deletions

View file

@ -102,7 +102,7 @@
],
"patches": {
"ytdl-org/youtube-dl": {
"Disable redirects in generic extractor": "patches/youtube-dl-redirect.diff"
"Disable the generic extractor": "patches/youtube-dl-disable-generic.diff"
}
}
},