-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-135543: emit sys.remote_exec
audit event when sys.remote_exec
has been called
#135544
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
Merged
+79
−20
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
b125c78
gh-135543: emit sys.remote_exec audit event when sys.remote_exec has …
Zheaoli afab662
add news
Zheaoli 31c6575
fix code
Zheaoli 22207f1
Merge main
Zheaoli 55e3470
Update Doc/library/sys.rst
Zheaoli e3fd3ca
Update Doc/library/sys.rst
Zheaoli 732e3fd
Update Misc/NEWS.d/next/Core_and_Builtins/2025-06-16-02-31-42.gh-issu…
Zheaoli daed532
fix review idea
Zheaoli 183387a
Merge branch 'main' into manjusaka/fix135543
Zheaoli f1c6f03
update test
Zheaoli baa0032
Merge branch 'manjusaka/fix135543' of github.com:Zheaoli/cpython into…
Zheaoli b9bc94e
Fix review idea
Zheaoli b158a2b
Fix review idea
Zheaoli 2394b27
Fix review idea
Zheaoli 9302ef3
Update Lib/test/support/__init__.py
Zheaoli 70dd353
Update Lib/test/support/__init__.py
Zheaoli 1424d0e
Update Lib/test/audit-tests.py
Zheaoli 914f8a1
Fix review idea
Zheaoli 2fcb502
Update code
Zheaoli 6561e81
Update code
Zheaoli 4e7c384
Update code
Zheaoli 20ac399
fix review idea
Zheaoli 8682689
update news
Zheaoli 60725af
fix review idea
Zheaoli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Core_and_Builtins/2025-06-16-02-31-42.gh-issue-135543.6b0HOF.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Emit ``sys.remote_exec`` audit event when :func:`sys.remote_exec` is called | ||
and migrate ``remote_debugger_script`` to ``cpython.remote_debugger_script``. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.