mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: transmission: Mention CVE-2018-5702.
* gnu/packages/bittorrent.scm (transmission): Add comment.
This commit is contained in:
parent
e428b2c026
commit
00f45cbb4a
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ (define-public transmission
|
|||
(uri (string-append
|
||||
"https://transmission.cachefly.net/transmission-"
|
||||
version ".tar.xz"))
|
||||
;; CVE-2018-5702
|
||||
(patches (search-patches "transmission-fix-dns-rebinding-vuln.patch"))
|
||||
(sha256
|
||||
(base32
|
||||
|
|
Loading…
Reference in a new issue