diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-03-31 11:57:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-31 11:57:06 (GMT) |
commit | 6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed (patch) | |
tree | e0bbdc81cac241010112b8712b9328dec5b16c0f /Misc | |
parent | 6c9a2a831ea235fad7a6398bba395f4c776dc85c (diff) | |
download | cpython-6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed.zip cpython-6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed.tar.gz cpython-6a0ee60db4cee4a01bae1a2922d21a859e9ea2ed.tar.bz2 |
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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst b/Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst new file mode 100644 index 0000000..5aac6cd --- /dev/null +++ b/Misc/NEWS.d/next/Security/2020-03-30-23-16-25.bpo-40121.p2LIio.rst @@ -0,0 +1 @@ +Fixes audit events raised on creating a new socket. |