]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Mon, 26 Apr 2021 23:16:46 +0000 (01:16 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Apr 2021 23:16:46 +0000 (00:16 +0100)
commit7244c0060dc3ef909f34b0791c3e7490b0340d5e
tree33af92f2923bc24556a6b2c8897442d2a8764a78
parent52cd6d5e1b2bece0d8efb58b1af41071c914ebe6
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Doc/library/sqlite3.rst
Doc/whatsnew/3.10.rst
Lib/test/audit-tests.py
Lib/test/test_audit.py
Misc/NEWS.d/next/Security/2021-04-07-12-57-41.bpo-43762.7lMtpT.rst [new file with mode: 0644]
Modules/_sqlite/connection.c
Modules/_sqlite/module.c