-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Update powershell sanitizer regex #19028
Merged
KonstantinTyukalov
merged 14 commits into
master
from
users/KonstantinTyukalov/Update_sanitizer_regex
Oct 2, 2023
Merged
Update powershell sanitizer regex #19028
KonstantinTyukalov
merged 14 commits into
master
from
users/KonstantinTyukalov/Update_sanitizer_regex
Oct 2, 2023
Conversation
This file contains 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
vmapetr
approved these changes
Sep 28, 2023
Tasks/Common/Sanitizer/Tests/L0Protect-ScriptArguments.Throws.ps1
Outdated
Show resolved
Hide resolved
ghost
reviewed
Sep 29, 2023
LeftTwixWand
approved these changes
Oct 2, 2023
LeftTwixWand
reviewed
Oct 2, 2023
Tasks/Common/Sanitizer/Tests/L0Protect-ScriptArguments.Throws.ps1
Outdated
Show resolved
Hide resolved
Tasks/Common/Sanitizer/Tests/L0Protect-ScriptArguments.Throws.ps1
Outdated
Show resolved
Hide resolved
Co-authored-by: Vladyslav Horbachov <[email protected]>
KonstantinTyukalov
force-pushed
the
users/KonstantinTyukalov/Update_sanitizer_regex
branch
from
October 2, 2023 14:24
f5f8b84
to
018187f
Compare
ghost
approved these changes
Oct 2, 2023
kirill-ivlev
approved these changes
Oct 2, 2023
KonstantinTyukalov
deleted the
users/KonstantinTyukalov/Update_sanitizer_regex
branch
October 2, 2023 20:28
LeftTwixWand
added a commit
to microsoft/azure-pipelines-extensions
that referenced
this pull request
Oct 3, 2023
2 tasks
LeftTwixWand
added a commit
to microsoft/azure-pipelines-extensions
that referenced
this pull request
Oct 3, 2023
* Updated regex to allow more characters Copy of microsoft/azure-pipelines-tasks#19028 * Bump extension and tasks versions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Task name: AzureFileCopyV*, WindowsMachineFileCopyV*
Description: Fix regex to allow escaping in powershell + add more symbols to allowlist.
Changelog:
/ : . * , + ~ ? %
symbols sanitizer allowlistDocumentation changes required: N
Added unit tests: Y
Attached related issue: #19017
Checklist: