]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 31 Mar 2020 11:57:06 +0000 (04:57 -0700)
committerGitHub <noreply@github.com>
Tue, 31 Mar 2020 11:57:06 +0000 (04:57 -0700)
commit6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed
treee0bbdc81cac241010112b8712b9328dec5b16c0f
parent6c9a2a831ea235fad7a6398bba395f4c776dc85c
bpo-40121: Fixes audit event raised on creating a new socket (GH-19238)

(cherry picked from commit 63ba5cccf484b9ec23dfbf4cf7ffdc833eda98c3)

Co-authored-by: Steve Dower <steve.dower@python.org>
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst [new file with mode: 0644]
Modules/socketmodule.c