This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add audit hooks to winreg module
Type: security Stage: resolved
Components: Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: christian.heimes, miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2019-12-09 17:27 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 17541 merged steve.dower, 2019-12-09 18:41
PR 17543 merged miss-islington, 2019-12-09 19:18
Messages (3)
msg358119 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-12-09 17:27
The winreg module should have hooks added.
msg358131 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-12-09 19:18
New changeset ee17e3735634c5fe15a43f897707de8011618627 by Steve Dower in branch 'master':
bpo-39007: Add auditing events to functions in winreg (GH-17541)
https://github.com/python/cpython/commit/ee17e3735634c5fe15a43f897707de8011618627
msg358135 - (view) Author: miss-islington (miss-islington) Date: 2019-12-09 19:36
New changeset 0ac9aaeb9727aa60bef918b619116a729d3ea56d by Miss Islington (bot) in branch '3.8':
bpo-39007: Add auditing events to functions in winreg (GH-17541)
https://github.com/python/cpython/commit/0ac9aaeb9727aa60bef918b619116a729d3ea56d
History
Date User Action Args
2022-04-11 14:59:24adminsetgithub: 83188
2019-12-09 19:36:29miss-islingtonsetnosy: + miss-islington
messages: + msg358135
2019-12-09 19:19:34steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-12-09 19:18:25miss-islingtonsetpull_requests: + pull_request17019
2019-12-09 19:18:16steve.dowersetmessages: + msg358131
2019-12-09 18:41:59steve.dowersetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request17017
2019-12-09 17:27:29steve.dowercreate