summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorErlend Egeberg Aasland <erlend.aasland@innova.no>2021-04-26 23:16:46 (GMT)
committerGitHub <noreply@github.com>2021-04-26 23:16:46 (GMT)
commit7244c0060dc3ef909f34b0791c3e7490b0340d5e (patch)
tree33af92f2923bc24556a6b2c8897442d2a8764a78 /Misc
parent52cd6d5e1b2bece0d8efb58b1af41071c914ebe6 (diff)
downloadcpython-7244c0060dc3ef909f34b0791c3e7490b0340d5e.zip
cpython-7244c0060dc3ef909f34b0791c3e7490b0340d5e.tar.gz
cpython-7244c0060dc3ef909f34b0791c3e7490b0340d5e.tar.bz2
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Security/2021-04-07-12-57-41.bpo-43762.7lMtpT.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Security/2021-04-07-12-57-41.bpo-43762.7lMtpT.rst b/Misc/NEWS.d/next/Security/2021-04-07-12-57-41.bpo-43762.7lMtpT.rst
new file mode 100644
index 0000000..aa39265
--- /dev/null
+++ b/Misc/NEWS.d/next/Security/2021-04-07-12-57-41.bpo-43762.7lMtpT.rst
@@ -0,0 +1,3 @@
+Add audit events for :func:`sqlite3.connect/handle`,
+:meth:`sqlite3.Connection.enable_load_extension`, and
+:meth:`sqlite3.Connection.load_extension`. Patch by Erlend E. Aasland.