Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-115322: Add missing audit hooks #115624

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Feb 18, 2024

  1. pythonGH-115322: Add missing audit hooks

    Add extra audit hooks to catch C function calling from ctypes,
    reading/writing files through readline and executing external
    programs through _posixsubprocess.
    RobinJadoul committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2f3282f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3fc908 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9dbfa09 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    c2c00f2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    7c2c65d View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    f5a92f4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Also remove the audit hook from call_cdeclfunction now that _ctypes_c…

    …allproc does it instead.
    gpshead committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fc04230 View commit details
    Browse the repository at this point in the history
  2. reword the NEWS entry.

    gpshead committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d6fdfa6 View commit details
    Browse the repository at this point in the history
  3. mention readline in NEWS

    gpshead committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b92acb6 View commit details
    Browse the repository at this point in the history