Skip to content

Commit 54f9d69

Browse files
Steve DanielsonSteve Danielson
authored andcommitted
Remove Sprint 245 Preview mode for shell tasks arguments validation
1 parent 535ad6d commit 54f9d69

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

release-notes/2024/includes/pipelines/sprint-245-update-links.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ ms.topic: include
66
---
77

88
- [Azure Pipeline agent v4 runs on .NET 8](#azure-pipeline-agent-v4-runs-on-net-8)
9-
- [Preview mode for shell tasks arguments validation](#preview-mode-for-shell-tasks-arguments-validation)

release-notes/2024/includes/pipelines/sprint-245-update.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,3 @@ The following operating system versions won't be supported by the updated v4 age
2525
- Ubuntu, 16.04, 18.04
2626
- Windows 7, 8 & 10 up to 21H2
2727

28-
### Preview mode for shell tasks arguments validation
29-
30-
Shell tasks such as [Bash@3](/azure/devops/pipelines/tasks/reference/bash-v3), [BatchScript@1](/azure/devops/pipelines/tasks/reference/batch-script-v1), [CmdLine@2](/azure/devops/pipelines/tasks/reference/cmd-line-v2) and [PowerShell@2](/azure/devops/pipelines/tasks/reference/powershell-v2) can be protected from command injection by enabling [shell tasks arguments validation](/azure/devops/pipelines/security/inputs#enable-shell-tasks-arguments-parameter-validation) in organization or project settings.
31-
32-
Enabling shell tasks arguments validation can break existing scripts as input is rejected by input validation. For example, some characters are considered a command separator and rejected when this setting is enabled.
33-
34-
To make this transition smoother, we added a preview mode. With preview mode enabled, you receive warnings in your pipeline and audit logs, giving you visibility into potential issues without interrupting your tasks or workflows.
35-
36-
Go to Organization Settings > Pipelines > Settings > Task restrictions > Audit On:
37-
38-
> [!div class="mx-imgBorder"]
39-
> ![Screenshot of general to enable auditing.](../../media/245-pipelines-01.png "Screenshot of general to enable auditing")

0 commit comments

Comments
 (0)