[New-bugs-announce] [issue41192] Some audit events are undocumented

Saiyang Gou report at bugs.python.org
Thu Jul 2 02:27:32 EDT 2020


New submission from Saiyang Gou <gousaiyang223 at gmail.com>:

Currently the following audit events are not documented on docs.python.org:

- _winapi.CreateFile
- _winapi.CreateJunction
- _winapi.CreateNamedPipe
- _winapi.CreatePipe
- _winapi.CreateProcess
- _winapi.OpenProcess
- _winapi.TerminateProcess
- ctypes.PyObj_FromPtr
- object.__getattr__
- object.__setattr__
- object.__delattr__
- function.__new__
- setopencodehook
- builtins.id
- os.walk
- os.fwalk
- pathlib.Path.glob
- pathlib.Path.rglob

I'm going to create a PR to add them to the documentation. However, for `_winapi` events and `ctypes.PyObj_FromPtr`, I cannot find corresponding sections in the documentation to put the `audit-event` rst directive. How should we document them and make them show up in the audit events table?

----------
assignee: docs at python
components: Documentation
messages: 372806
nosy: docs at python, gousaiyang
priority: normal
severity: normal
status: open
title: Some audit events are undocumented
type: enhancement
versions: Python 3.10, Python 3.8, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41192>
_______________________________________


More information about the New-bugs-announce mailing list