Skip to content

Commit

Permalink
python2: CVE-2018-20852
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Aug 25, 2019
1 parent cceab52 commit 302cac3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/interpreters/python/cpython/2.7/default.nix
Expand Up @@ -79,6 +79,12 @@ let
sha256 = "0l9rw6r5r90iybdkp3hhl2pf0h0s1izc68h5d3ywrm92pq32wz57";
})

(fetchpatch {
url = "https://github.com/python/cpython/commit/979daae300916adb399ab5b51410b6ebd0888f13.patch";
name = "CVE-2018-20852.patch";
sha256 = "0p838ycssd6abxzby69rhngjqqm59cmlp07910mpjx7lmsz049pb";
})

# Fix race-condition during pyc creation. Has a slight backwards
# incompatible effect: pyc symlinks will now be overridden
# (https://bugs.python.org/issue17222). Included in python >= 3.4,
Expand Down

0 comments on commit 302cac3

Please sign in to comment.