-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Add WDAC Audit logging 3 #19641
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
daxian-dbw
merged 60 commits into
PowerShell:master
from
PaulHigin:add-wdac-audit-log-3
May 22, 2023
Merged
Add WDAC Audit logging 3 #19641
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
f643a88
Initial check in
PaulHigin 73cbf1b
Second wave implementation
PaulHigin 26dddfe
Third wave implementation
PaulHigin b2d6504
Fix up FL checks
PaulHigin 7c0e06d
Fix up CL checks
PaulHigin e5dce9e
Fix file check
PaulHigin bf98edf
Fix missing method invocation logs
PaulHigin eb7977d
Fix target type name.
PaulHigin 10f0362
Add FQID to log
PaulHigin ea46b6d
Add actual logging calls
PaulHigin 909e4ae
Fix log logic
PaulHigin af2ed43
Fix logic and clean up
PaulHigin 3310de3
Add stub for LogWDACAuditMessage
PaulHigin 3c60d6c
Add missing language mode to stub
PaulHigin c774587
Fix CodeFactor and logic bug
PaulHigin 9d5b9de
Fix logic bug for COM
PaulHigin 3b82f9a
Add Audit mode to binding language transition.
PaulHigin 8161f8d
Begin adding WDAC audit log strings to resources.
PaulHigin d6dab7e
Move more WDAC messages to resources
PaulHigin 5706591
Final WDAC messages to resources
PaulHigin 075c6ff
Make experimental feature.
PaulHigin 4f2a7f9
Add scriptblock Id
PaulHigin 01c636a
Add debugger drop
PaulHigin 82f8965
Add debugger conditions
PaulHigin 55cdeba
Fix debug break
PaulHigin dd921d7
Fix non-Windows build
PaulHigin 4680b26
Add script context to messages
PaulHigin c79cb53
Fix debug position message
PaulHigin 2ed7819
Fix position message for remote session
PaulHigin bcb4286
Add execution context to WDAC log method
PaulHigin db5b4ae
Fix LogWDACAuditMessage stub
PaulHigin 9e7dbf5
Fix codeql, improve event messages.
PaulHigin 388bd73
Address code review feedback 1
PaulHigin a0b92b0
Initial submission
PaulHigin 782b2e9
Add missing audit message
PaulHigin 48db313
Fix logic in AddType
PaulHigin 4d4b785
Refactor to make audit patterns consistent
PaulHigin ccea1d0
Part 2 code review feedback
PaulHigin 943a303
Update src/System.Management.Automation/resources/Modules.resx
PaulHigin 692d278
Update src/System.Management.Automation/resources/Modules.resx
PaulHigin b6f1123
Update src/System.Management.Automation/resources/ParameterBinderStri…
PaulHigin 5b12cbb
Update src/System.Management.Automation/resources/ParameterBinderStri…
PaulHigin 23a5fe9
Update src/Microsoft.PowerShell.Commands.Utility/resources/NewObjectS…
PaulHigin 0bf466a
Update event messages based on review feedback
PaulHigin 3c58c21
Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/New…
PaulHigin 40811ce
Update src/Microsoft.PowerShell.Commands.Utility/commands/utility/New…
PaulHigin 9de50b6
Update src/System.Management.Automation/engine/CommandProcessorBase.cs
PaulHigin ec44bce
Update src/System.Management.Automation/engine/Modules/ModuleCmdletBa…
PaulHigin 1cb2f58
Update src/System.Management.Automation/engine/Modules/ModuleCmdletBa…
PaulHigin 6659779
Update src/System.Management.Automation/engine/Modules/ModuleCmdletBa…
PaulHigin e7691c9
Update src/System.Management.Automation/engine/Modules/NewModuleComma…
PaulHigin cae42e4
Update src/System.Management.Automation/engine/LanguagePrimitives.cs
PaulHigin 5136c3d
Update src/System.Management.Automation/engine/debugger/debugger.cs
PaulHigin c17fd21
Update src/System.Management.Automation/engine/Modules/ModuleCmdletBa…
PaulHigin ce8f375
Implement CR suggestions
PaulHigin d00e431
Update src/System.Management.Automation/resources/ParserStrings.resx
PaulHigin 01bad2c
Fix message tense
PaulHigin 6816980
Update src/System.Management.Automation/engine/runtime/Operations/Mis…
PaulHigin a88ef43
Update src/System.Management.Automation/engine/Modules/ModuleCmdletBa…
PaulHigin 9816fb8
More CR changes
PaulHigin 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
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
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
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.